Shades of Dark Sea Green #8AB58E
Tints of Dark Sea Green #8AB58E
RGB
CMYK
RGB Variations
Color information
#8AB58E (or 0x8AB58E) is known color: Dark Sea Green. HEX triplet: 8A, B5 and 8E. RGB value is (138,181,142). Sum of RGB (Red+Green+Blue) = 138+181+142=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB58E is #754A71. Grayscale: #A3A3A3. Windows color (decimal): -7686770 or 9352586. OLE color: 9352586.
HSL color Cylindrical-coordinate representation of color #8AB58E: hue angle of 125.58º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB58E is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 142 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.29 |
| HSL | 125.58º | 0.23% | 0.63% | - |
| HSV(B) | 125.58º | 0.24% | 0.71% | - |
| XYZ | 31.89 | 40.4 | 31.71 | - |
| YUV | 163.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 142 | 0.24 | 0 | 0.22 | 0.29 | 125.58 | 0.23 | 0.63 |
| Hex | 8A | B5 | 8E | 18 | 0 | 16 | 1D | 7E | 17 | 3F |
| Octal | 212 | 265 | 216 | 30 | 0 | 26 | 35 | 176 | 27 | 77 |
| Binary | 10001010 | 10110101 | 10001110 | 11000 | 0 | 10110 | 11101 | 1111110 | 10111 | 111111 |
Color Harmonies of #8AB58E
Complementary color
Monochromatic Colors of #8AB58E
Black with #8AB58E
Text Example
Text Example
White with #8AB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB58E; }
p { color: rgb(138,181,142); }
H1.HeaderClassName
{
color: #8AB58E;
}
.AnyTagClassName
{
color: #8AB58E;
}
</style>
background-color css
<style>
a { background-color: #8AB58E; }
a { background-color: rgb(138,181,142); }
div.DivClassName
{
background-color: #8AB58E;
}
.BgClassName
{
background-color: #8AB58E;
}
</style>
border-color css
<style>
span { border-color: #8AB58E; }
span { border-color: rgb(138,181,142); }
td.TdClassName
{
border-color: #8AB58E;
}
.TagClassName
{
border-color: #8AB58E;
}
</style>