Shades of Dark Sea Green #8EBD90
Tints of Dark Sea Green #8EBD90
RGB
CMYK
RGB Variations
Color information
#8EBD90 (or 0x8EBD90) is known color: Dark Sea Green. HEX triplet: 8E, BD and 90. RGB value is (142,189,144). Sum of RGB (Red+Green+Blue) = 142+189+144=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBD90 is #71426F. Grayscale: #A9A9A9. Windows color (decimal): -7422576 or 9485710. OLE color: 9485710.
HSL color Cylindrical-coordinate representation of color #8EBD90: hue angle of 122.55º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBD90 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 144 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.26 |
| HSL | 122.55º | 0.26% | 0.65% | - |
| HSV(B) | 122.55º | 0.25% | 0.74% | - |
| XYZ | 34.39 | 44.16 | 33.1 | - |
| YUV | 169.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 144 | 0.25 | 0 | 0.24 | 0.26 | 122.55 | 0.26 | 0.65 |
| Hex | 8E | BD | 90 | 19 | 0 | 18 | 1A | 7B | 1A | 41 |
| Octal | 216 | 275 | 220 | 31 | 0 | 30 | 32 | 173 | 32 | 101 |
| Binary | 10001110 | 10111101 | 10010000 | 11001 | 0 | 11000 | 11010 | 1111011 | 11010 | 1000001 |
Color Harmonies of #8EBD90
Complementary color
Monochromatic Colors of #8EBD90
Black with #8EBD90
Text Example
Text Example
White with #8EBD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD90; }
p { color: rgb(142,189,144); }
H1.HeaderClassName
{
color: #8EBD90;
}
.AnyTagClassName
{
color: #8EBD90;
}
</style>
background-color css
<style>
a { background-color: #8EBD90; }
a { background-color: rgb(142,189,144); }
div.DivClassName
{
background-color: #8EBD90;
}
.BgClassName
{
background-color: #8EBD90;
}
</style>
border-color css
<style>
span { border-color: #8EBD90; }
span { border-color: rgb(142,189,144); }
td.TdClassName
{
border-color: #8EBD90;
}
.TagClassName
{
border-color: #8EBD90;
}
</style>