#8EB686

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

Shades of Dark Sea Green #8EB686

Tints of Dark Sea Green #8EB686

Color information

#8EB686 (or 0x8EB686) is unknown color: approx Dark Sea Green. HEX triplet: 8E, B6 and 86. RGB value is (142,182,134). Sum of RGB (Red+Green+Blue) = 142+182+134=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #8EB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB686 is #714979. Grayscale: #A4A4A4. Windows color (decimal): -7424378 or 8828558. OLE color: 8828558.

HSL color Cylindrical-coordinate representation of color #8EB686: hue angle of 110º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EB686 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB142182134-
CMYK0.2200.260.29
HSL110º24.74%61.96%-
HSV(B)110º26.37%71.37%-
XYZ32.1940.9328.76-
YUV164.57110.75111.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 182 (71.48% from 255) = 39.74%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=31.00%
G=39.74%
B=29.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421821340.2200.260.2911024.7461.96
Hex8EB6861601A1D6e193e
Octal21626620626032351563176
Binary1000111010110110100001101011001101011101110111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,182,134); }

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

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

 a { background-color: rgb(142,182,134); }

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

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

 span { border-color: rgb(142,182,134); }

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