Shades of Dark Sea Green #8EB895
Tints of Dark Sea Green #8EB895
RGB
CMYK
RGB Variations
Color information
#8EB895 (or 0x8EB895) is known color: Dark Sea Green. HEX triplet: 8E, B8 and 95. RGB value is (142,184,149). Sum of RGB (Red+Green+Blue) = 142+184+149=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB895 is #71476A. Grayscale: #A7A7A7. Windows color (decimal): -7423851 or 9812110. OLE color: 9812110.
HSL color Cylindrical-coordinate representation of color #8EB895: hue angle of 130º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EB895 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 149 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.28 |
| HSL | 130º | 0.23% | 0.64% | - |
| HSV(B) | 130º | 0.23% | 0.72% | - |
| XYZ | 33.72 | 42.2 | 34.8 | - |
| YUV | 167.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 149 | 0.23 | 0 | 0.19 | 0.28 | 130 | 0.23 | 0.64 |
| Hex | 8E | B8 | 95 | 17 | 0 | 13 | 1C | 82 | 17 | 40 |
| Octal | 216 | 270 | 225 | 27 | 0 | 23 | 34 | 202 | 27 | 100 |
| Binary | 10001110 | 10111000 | 10010101 | 10111 | 0 | 10011 | 11100 | 10000010 | 10111 | 1000000 |
Color Harmonies of #8EB895
Complementary color
Monochromatic Colors of #8EB895
Black with #8EB895
Text Example
Text Example
White with #8EB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB895; }
p { color: rgb(142,184,149); }
H1.HeaderClassName
{
color: #8EB895;
}
.AnyTagClassName
{
color: #8EB895;
}
</style>
background-color css
<style>
a { background-color: #8EB895; }
a { background-color: rgb(142,184,149); }
div.DivClassName
{
background-color: #8EB895;
}
.BgClassName
{
background-color: #8EB895;
}
</style>
border-color css
<style>
span { border-color: #8EB895; }
span { border-color: rgb(142,184,149); }
td.TdClassName
{
border-color: #8EB895;
}
.TagClassName
{
border-color: #8EB895;
}
</style>