#8EBC80

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

Shades of Dark Sea Green #8EBC80

Tints of Dark Sea Green #8EBC80

Color information

#8EBC80 (or 0x8EBC80) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BC and 80. RGB value is (142,188,128). Sum of RGB (Red+Green+Blue) = 142+188+128=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBC80 is #71437F. Grayscale: #A7A7A7. Windows color (decimal): -7422848 or 8436878. OLE color: 8436878.

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

Color convert

RGB142188128-
CMYK0.2400.320.26
HSL106º30.93%61.96%-
HSV(B)106º31.91%73.73%-
XYZ33.0343.2827.03-
YUV167.41105.76109.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 188 (73.83% from 255) = 41.05%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=31.00%
G=41.05%
B=27.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881280.2400.320.2610630.9361.96
Hex8EBC80180201A6a1f3e
Octal21627420030040321523776
Binary10001110101111001000000011000010000011010110101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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