Shades of Dark Sea Green #8AAD88
Tints of Dark Sea Green #8AAD88
RGB
CMYK
RGB Variations
Color information
#8AAD88 (or 0x8AAD88) is known color: Dark Sea Green. HEX triplet: 8A, AD and 88. RGB value is (138,173,136). Sum of RGB (Red+Green+Blue) = 138+173+136=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAD88 is #755277. Grayscale: #9E9E9E. Windows color (decimal): -7688824 or 8957322. OLE color: 8957322.
HSL color Cylindrical-coordinate representation of color #8AAD88: hue angle of 116.76º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAD88 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 136 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.32 |
| HSL | 116.76º | 0.18% | 0.61% | - |
| HSV(B) | 116.76º | 0.21% | 0.68% | - |
| XYZ | 29.87 | 37.07 | 28.87 | - |
| YUV | 158.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 136 | 0.20 | 0 | 0.21 | 0.32 | 116.76 | 0.18 | 0.61 |
| Hex | 8A | AD | 88 | 14 | 0 | 15 | 20 | 75 | 12 | 3D |
| Octal | 212 | 255 | 210 | 24 | 0 | 25 | 40 | 165 | 22 | 75 |
| Binary | 10001010 | 10101101 | 10001000 | 10100 | 0 | 10101 | 100000 | 1110101 | 10010 | 111101 |
Color Harmonies of #8AAD88
Complementary color
Monochromatic Colors of #8AAD88
Black with #8AAD88
Text Example
Text Example
White with #8AAD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD88; }
p { color: rgb(138,173,136); }
H1.HeaderClassName
{
color: #8AAD88;
}
.AnyTagClassName
{
color: #8AAD88;
}
</style>
background-color css
<style>
a { background-color: #8AAD88; }
a { background-color: rgb(138,173,136); }
div.DivClassName
{
background-color: #8AAD88;
}
.BgClassName
{
background-color: #8AAD88;
}
</style>
border-color css
<style>
span { border-color: #8AAD88; }
span { border-color: rgb(138,173,136); }
td.TdClassName
{
border-color: #8AAD88;
}
.TagClassName
{
border-color: #8AAD88;
}
</style>