#8CAF89

Color #8CAF89 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #8CAF89

Tints of Dark Sea Green #8CAF89

Color information

#8CAF89 (or 0x8CAF89) is unknown color: approx Dark Sea Green. HEX triplet: 8C, AF and 89. RGB value is (140,175,137). Sum of RGB (Red+Green+Blue) = 140+175+137=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF89 is #735076. Grayscale: #A0A0A0. Windows color (decimal): -7557239 or 9023372. OLE color: 9023372.

HSL color Cylindrical-coordinate representation of color #8CAF89: hue angle of 115.26º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CAF89 is Cyan = 0.2, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB140175137-
CMYK0.200.220.31
HSL115.26º19.19%61.18%-
HSV(B)115.26º21.71%68.63%-
XYZ30.6638.0429.39-
YUV160.2114.9113.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 30.97%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=30.97%
G=38.72%
B=30.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401751370.200.220.31115.2619.1961.18
Hex8CAF89140161F73133d
Octal21425721124026371632375
Binary1000110010101111100010011010001011011111111001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CAF89; }

 p { color: rgb(140,175,137); }

 H1.HeaderClassName
 {
   color: #8CAF89;
 }
 .AnyTagClassName
 {
   color: #8CAF89;
 }
</style>
background-color css

<style>
 a { background-color: #8CAF89; }

 a { background-color: rgb(140,175,137); }

 div.DivClassName
 {
   background-color: #8CAF89;
 }
 .BgClassName
 {
   background-color: #8CAF89;
 }
</style>
border-color css

<style>
 span { border-color: #8CAF89; }

 span { border-color: rgb(140,175,137); }

 td.TdClassName
 {
   border-color: #8CAF89;
 }
 .TagClassName
 {
   border-color: #8CAF89;
 }
</style>