#8EBC86

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

Shades of Dark Sea Green #8EBC86

Tints of Dark Sea Green #8EBC86

Color information

#8EBC86 (or 0x8EBC86) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BC and 86. RGB value is (142,188,134). Sum of RGB (Red+Green+Blue) = 142+188+134=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBC86 is #714379. Grayscale: #A8A8A8. Windows color (decimal): -7422842 or 8830094. OLE color: 8830094.

HSL color Cylindrical-coordinate representation of color #8EBC86: hue angle of 111.11º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EBC86 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB142188134-
CMYK0.2400.290.26
HSL111.11º28.72%63.14%-
HSV(B)111.11º28.72%73.73%-
XYZ33.4443.4429.18-
YUV168.09108.76109.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=30.60%
G=40.52%
B=28.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881340.2400.290.26111.1128.7263.14
Hex8EBC861801D1A6f1d3f
Octal21627420630035321573577
Binary1000111010111100100001101100001110111010110111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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