COLOR #68A599

HEX: #68A599 RGB: (104,165,153)

Color info

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

RGB color model

#68A599 color RGB value is (104,165,153).

RGB: (104,165,153) (41%, 65%, 60%)

RGB channels and saturation

R 104 of 255 = 41%
G 165 of 255 = 65%
B 153 of 255 = 60%

104
165
153

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

Portions of RGB colors in percentages

R + G + B = 104 + 165 + 153 = 422 (100%)
R 104 of 422 ~ 24.64%
G 165 of 422 ~ 39.1%
B 153 of 422 ~ 36.26'%

%24.64
%39.1
%36.26

CMYK color model

#68A599 color CMYK value is (37,0,7,35).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 35.29%

CMYK: (37,0,7,35)
C37M0Y7K35 (37%, 0%, 7%, 35%)
(0.37 / 0.00 / 0.07 / 0.35)

CMYK percentages

%36.97
%0
%7.27
%35.29

Codes

Color #68A599 in popluar color models

68 A5 99
RGB 104 165 153
HSL 168° 25.31% 52.75%
HSB/HSV 168° 36.97% 64.71%
CMYK 36.97% 0.00% 7.27%
35.29%

Color #68A599 in popluar number systems.

HEX 68 A5 99
Decimal 104 165 153
Binary 1101000 10100101 10011001
Octal 150 245 231

Shades and tints

Shades of #68A599

#68A599
(104,165,153)
#5F968C
(95,150,140)
#56877F
(86,135,127)
#4D7872
(77,120,114)
#446965
(68,105,101)
#3B5A58
(59,90,88)
#324B4B
(50,75,75)
#293C3E
(41,60,62)
#202D31
(32,45,49)
#171E24
(23,30,36)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #68A599

#68A599
(104,165,153)
#75ADA2
(117,173,162)
#82B5AB
(130,181,171)
#8FBDB4
(143,189,180)
#9CC5BD
(156,197,189)
#A9CDC6
(169,205,198)
#B6D5CF
(182,213,207)
#C3DDD8
(195,221,216)
#D0E5E1
(208,229,225)
#DDEDEA
(221,237,234)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A599 color. Also use rgb(104,165,153) instead hex code.

Text Font Color

.myTextColor { color: #68A599; }

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

This text font color is #68A599.

Background Color

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

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

This div background color is #68A599.

Border color

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

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

This div border color is #68A599.

Opacity

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

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

Text with #68A599 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 #68A599;}

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

This text has shadow with #68A599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A599.

Preview

Color preview on black background

This text has color #68A599 on black background.


Color preview on white background

This text has color #68A599 on white background.


Black color preview on #68A599 background

This text has black color on #68A599 background.


White color preview on #68A599 background

This text has white color on #68A599 background.


Related colors

Complementary color

Complementary color for #hex is #975A66.


I love getcolorcode.com

Triadic colors

1 #9968A5 and #A59968 with #68A599 are triadic colors.

2 #99A568 and #A56899 with #68A599 are triadic colors.