#8EBA95

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

Shades of Dark Sea Green #8EBA95

Tints of Dark Sea Green #8EBA95

Color information

#8EBA95 (or 0x8EBA95) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BA and 95. RGB value is (142,186,149). Sum of RGB (Red+Green+Blue) = 142+186+149=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBA95 is #71456A. Grayscale: #A8A8A8. Windows color (decimal): -7423339 or 9812622. OLE color: 9812622.

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

Color convert

RGB142186149-
CMYK0.2400.200.27
HSL129.55º24.18%64.31%-
HSV(B)129.55º23.66%72.94%-
XYZ34.1443.0434.94-
YUV168.63116.92109.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=29.77%
G=38.99%
B=31.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861490.2400.200.27129.5524.1864.31
Hex8EBA95180141B821840
Octal216272225300243320230100
Binary100011101011101010010101110000101001101110000010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,186,149); }

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

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

 a { background-color: rgb(142,186,149); }

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

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

 span { border-color: rgb(142,186,149); }

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