COLOR #68AA98

HEX: #68AA98 RGB: (104,170,152)

Color info

#68AA98 contains mainly green and blue colors. Web safe color of #68AA98 is #669999 (or #699).

RGB color model

#68AA98 color RGB value is (104,170,152).

RGB: (104,170,152) (41%, 67%, 60%)

RGB channels and saturation

R 104 of 255 = 41%
G 170 of 255 = 67%
B 152 of 255 = 60%

104
170
152

R + G + B ~ 56%. #68AA98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 170 + 152 = 426 (100%)
R 104 of 426 ~ 24.41%
G 170 of 426 ~ 39.91%
B 152 of 426 ~ 35.68'%

%24.41
%39.91
%35.68

CMYK color model

#68AA98 color CMYK value is (39,0,11,33).

  • cyan value is 38.82%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 33.33%

CMYK: (39,0,11,33)
C39M0Y11K33 (39%, 0%, 11%, 33%)
(0.39 / 0.00 / 0.11 / 0.33)

CMYK percentages

%38.82
%0
%10.59
%33.33

Codes

Color #68AA98 in popluar color models

68 AA 98
RGB 104 170 152
HSL 164° 27.97% 53.73%
HSB/HSV 164° 38.82% 66.67%
CMYK 38.82% 0.00% 10.59%
33.33%

Color #68AA98 in popluar number systems.

HEX 68 AA 98
Decimal 104 170 152
Binary 1101000 10101010 10011000
Octal 150 252 230

Shades and tints

Shades of #68AA98

#68AA98
(104,170,152)
#5F9B8B
(95,155,139)
#568C7E
(86,140,126)
#4D7D71
(77,125,113)
#446E64
(68,110,100)
#3B5F57
(59,95,87)
#32504A
(50,80,74)
#29413D
(41,65,61)
#203230
(32,50,48)
#172323
(23,35,35)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #68AA98

#68AA98
(104,170,152)
#75B1A1
(117,177,161)
#82B8AA
(130,184,170)
#8FBFB3
(143,191,179)
#9CC6BC
(156,198,188)
#A9CDC5
(169,205,197)
#B6D4CE
(182,212,206)
#C3DBD7
(195,219,215)
#D0E2E0
(208,226,224)
#DDE9E9
(221,233,233)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AA98 color. Also use rgb(104,170,152) instead hex code.

Text Font Color

.myTextColor { color: #68AA98; }

<p style="color:#68AA98">This sample text font color is #68AA98.</p>

This text font color is #68AA98.

Background Color

.myBgColor { background-color: #68AA98; }

<div style="background-color:#68AA98">Inner text</div>

This div background color is #68AA98.

Border color

.myBorderColor { border: 1px solid #68AA98; }

<div style="border:3px solid #68AA98">Div</div>

This div border color is #68AA98.

Opacity

.myOpacity80 { color: #68AA98; opacity: 0.8; }

<p style="color:#68AA98;opacity:0.8;">80%</p>

Text with #68AA98 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #68AA98;}

<p style="text-shadow: 3px 3px 1px #68AA98">Text here.</p>

This text has shadow with #68AA98 color.


.textShadow {text-shadow: 3px 3px 1px #68AA98', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #68AA98, 5px 5px 20px red">Text here.</p>

This text has shadow with #68AA98 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68AA98, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#68AA98, Direction=45, Strength=4)">Text</p>

This text has shadow with #68AA98 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68AA98;
-webkit-box-shadow: 1px 1px 3px 2px #68AA98;
box-shadow: 1px 1px 3px 2px #68AA98;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68AA98; -webkit-box-shadow: 1px 1px 3px 2px #68AA98; box-shadow:1px 1px 3px 2px #68AA98;">
Div content here
</div>

This div box has shadow with color #68AA98.

Preview

Color preview on black background

This text has color #68AA98 on black background.


Color preview on white background

This text has color #68AA98 on white background.


Black color preview on #68AA98 background

This text has black color on #68AA98 background.


White color preview on #68AA98 background

This text has white color on #68AA98 background.


Related colors

Complementary color

Complementary color for #hex is #975567.


I love getcolorcode.com

Triadic colors

1 #9868AA and #AA9868 with #68AA98 are triadic colors.

2 #98AA68 and #AA6898 with #68AA98 are triadic colors.