#8EB48D

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

Shades of Dark Sea Green #8EB48D

Tints of Dark Sea Green #8EB48D

Color information

#8EB48D (or 0x8EB48D) is unknown color: approx Dark Sea Green. HEX triplet: 8E, B4 and 8D. RGB value is (142,180,141). Sum of RGB (Red+Green+Blue) = 142+180+141=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB48D is #714B72. Grayscale: #A4A4A4. Windows color (decimal): -7424883 or 9286798. OLE color: 9286798.

HSL color Cylindrical-coordinate representation of color #8EB48D: hue angle of 118.46º 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 #8EB48D is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB142180141-
CMYK0.2100.220.29
HSL118.46º20.63%62.94%-
HSV(B)118.46º21.67%70.59%-
XYZ32.2840.3231.28-
YUV164.19114.91112.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=30.67%
G=38.88%
B=30.45%

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
Decimal1421801410.2100.220.29118.4620.6362.94
Hex8EB48D150161D76153f
Octal21626421525026351662577
Binary1000111010110100100011011010101011011101111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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