Shades of Dark Sea Green #8AB68E
Tints of Dark Sea Green #8AB68E
RGB
CMYK
RGB Variations
Color information
#8AB68E (or 0x8AB68E) is known color: Dark Sea Green. HEX triplet: 8A, B6 and 8E. RGB value is (138,182,142). Sum of RGB (Red+Green+Blue) = 138+182+142=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB68E is #754971. Grayscale: #A4A4A4. Windows color (decimal): -7686514 or 9352842. OLE color: 9352842.
HSL color Cylindrical-coordinate representation of color #8AB68E: hue angle of 125.45º 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 #8AB68E is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 142 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.29 |
| HSL | 125.45º | 0.23% | 0.63% | - |
| HSV(B) | 125.45º | 0.24% | 0.71% | - |
| XYZ | 32.09 | 40.81 | 31.78 | - |
| YUV | 164.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 142 | 0.24 | 0 | 0.22 | 0.29 | 125.45 | 0.23 | 0.63 |
| Hex | 8A | B6 | 8E | 18 | 0 | 16 | 1D | 7D | 17 | 3F |
| Octal | 212 | 266 | 216 | 30 | 0 | 26 | 35 | 175 | 27 | 77 |
| Binary | 10001010 | 10110110 | 10001110 | 11000 | 0 | 10110 | 11101 | 1111101 | 10111 | 111111 |
Color Harmonies of #8AB68E
Complementary color
Monochromatic Colors of #8AB68E
Black with #8AB68E
Text Example
Text Example
White with #8AB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB68E; }
p { color: rgb(138,182,142); }
H1.HeaderClassName
{
color: #8AB68E;
}
.AnyTagClassName
{
color: #8AB68E;
}
</style>
background-color css
<style>
a { background-color: #8AB68E; }
a { background-color: rgb(138,182,142); }
div.DivClassName
{
background-color: #8AB68E;
}
.BgClassName
{
background-color: #8AB68E;
}
</style>
border-color css
<style>
span { border-color: #8AB68E; }
span { border-color: rgb(138,182,142); }
td.TdClassName
{
border-color: #8AB68E;
}
.TagClassName
{
border-color: #8AB68E;
}
</style>