#8EB48C

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

Shades of Dark Sea Green #8EB48C

Tints of Dark Sea Green #8EB48C

Color information

#8EB48C (or 0x8EB48C) is unknown color: approx Dark Sea Green. HEX triplet: 8E, B4 and 8C. RGB value is (142,180,140). Sum of RGB (Red+Green+Blue) = 142+180+140=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB48C is #714B73. Grayscale: #A4A4A4. Windows color (decimal): -7424884 or 9221262. OLE color: 9221262.

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

Color convert

RGB142180140-
CMYK0.2100.220.29
HSL117º21.05%62.75%-
HSV(B)117º22.22%70.59%-
XYZ32.2140.2930.89-
YUV164.08114.41112.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=30.74%
G=38.96%
B=30.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421801400.2100.220.2911721.0562.75
Hex8EB48C150161D75153f
Octal21626421425026351652577
Binary1000111010110100100011001010101011011101111010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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