#8EBB94

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

Shades of Dark Sea Green #8EBB94

Tints of Dark Sea Green #8EBB94

Color information

#8EBB94 (or 0x8EBB94) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BB and 94. RGB value is (142,187,148). Sum of RGB (Red+Green+Blue) = 142+187+148=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBB94 is #71446B. Grayscale: #A9A9A9. Windows color (decimal): -7423084 or 9747342. OLE color: 9747342.

HSL color Cylindrical-coordinate representation of color #8EBB94: hue angle of 128º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EBB94 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB142187148-
CMYK0.2400.210.27
HSL128º24.86%64.51%-
HSV(B)128º24.06%73.33%-
XYZ34.2743.4334.59-
YUV169.1116.09108.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=29.77%
G=39.20%
B=31.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421871480.2400.210.2712824.8664.51
Hex8EBB94180151B801941
Octal216273224300253320031101
Binary100011101011101110010100110000101011101110000000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,187,148); }

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

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

 a { background-color: rgb(142,187,148); }

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

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

 span { border-color: rgb(142,187,148); }

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