Shades of Dark Sea Green #8AAD87
Tints of Dark Sea Green #8AAD87
RGB
CMYK
RGB Variations
Color information
#8AAD87 (or 0x8AAD87) is known color: Dark Sea Green. HEX triplet: 8A, AD and 87. RGB value is (138,173,135). Sum of RGB (Red+Green+Blue) = 138+173+135=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAD87 is #755278. Grayscale: #9E9E9E. Windows color (decimal): -7688825 or 8891786. OLE color: 8891786.
HSL color Cylindrical-coordinate representation of color #8AAD87: hue angle of 115.26º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AAD87 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 135 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.32 |
| HSL | 115.26º | 0.19% | 0.6% | - |
| HSV(B) | 115.26º | 0.22% | 0.68% | - |
| XYZ | 29.8 | 37.04 | 28.5 | - |
| YUV | 158.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 135 | 0.20 | 0 | 0.22 | 0.32 | 115.26 | 0.19 | 0.6 |
| Hex | 8A | AD | 87 | 14 | 0 | 16 | 20 | 73 | 13 | 3C |
| Octal | 212 | 255 | 207 | 24 | 0 | 26 | 40 | 163 | 23 | 74 |
| Binary | 10001010 | 10101101 | 10000111 | 10100 | 0 | 10110 | 100000 | 1110011 | 10011 | 111100 |
Color Harmonies of #8AAD87
Complementary color
Monochromatic Colors of #8AAD87
Black with #8AAD87
Text Example
Text Example
White with #8AAD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD87; }
p { color: rgb(138,173,135); }
H1.HeaderClassName
{
color: #8AAD87;
}
.AnyTagClassName
{
color: #8AAD87;
}
</style>
background-color css
<style>
a { background-color: #8AAD87; }
a { background-color: rgb(138,173,135); }
div.DivClassName
{
background-color: #8AAD87;
}
.BgClassName
{
background-color: #8AAD87;
}
</style>
border-color css
<style>
span { border-color: #8AAD87; }
span { border-color: rgb(138,173,135); }
td.TdClassName
{
border-color: #8AAD87;
}
.TagClassName
{
border-color: #8AAD87;
}
</style>