#8EBC8C

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

Shades of Dark Sea Green #8EBC8C

Tints of Dark Sea Green #8EBC8C

Color information

#8EBC8C (or 0x8EBC8C) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BC and 8C. RGB value is (142,188,140). Sum of RGB (Red+Green+Blue) = 142+188+140=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBC8C is #714373. Grayscale: #A8A8A8. Windows color (decimal): -7422836 or 9223310. OLE color: 9223310.

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

Color convert

RGB142188140-
CMYK0.2400.260.26
HSL117.5º26.37%64.31%-
HSV(B)117.5º25.53%73.73%-
XYZ33.8743.6131.44-
YUV168.77111.76108.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.21%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=30.21%
G=40%
B=29.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881400.2400.260.26117.526.3764.31
Hex8EBC8C1801A1A751a40
Octal216274214300323216532100
Binary10001110101111001000110011000011010110101110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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