Shades of Dark Sea Green #8AAC88
Tints of Dark Sea Green #8AAC88
RGB
CMYK
RGB Variations
Color information
#8AAC88 (or 0x8AAC88) is known color: Dark Sea Green. HEX triplet: 8A, AC and 88. RGB value is (138,172,136). Sum of RGB (Red+Green+Blue) = 138+172+136=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAC88 is #755377. Grayscale: #9D9D9D. Windows color (decimal): -7689080 or 8957066. OLE color: 8957066.
HSL color Cylindrical-coordinate representation of color #8AAC88: hue angle of 116.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAC88 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 136 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.33 |
| HSL | 116.67º | 0.18% | 0.6% | - |
| HSV(B) | 116.67º | 0.21% | 0.67% | - |
| XYZ | 29.68 | 36.69 | 28.81 | - |
| YUV | 157.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 136 | 0.20 | 0 | 0.21 | 0.33 | 116.67 | 0.18 | 0.6 |
| Hex | 8A | AC | 88 | 14 | 0 | 15 | 21 | 75 | 12 | 3C |
| Octal | 212 | 254 | 210 | 24 | 0 | 25 | 41 | 165 | 22 | 74 |
| Binary | 10001010 | 10101100 | 10001000 | 10100 | 0 | 10101 | 100001 | 1110101 | 10010 | 111100 |
Color Harmonies of #8AAC88
Complementary color
Monochromatic Colors of #8AAC88
Black with #8AAC88
Text Example
Text Example
White with #8AAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC88; }
p { color: rgb(138,172,136); }
H1.HeaderClassName
{
color: #8AAC88;
}
.AnyTagClassName
{
color: #8AAC88;
}
</style>
background-color css
<style>
a { background-color: #8AAC88; }
a { background-color: rgb(138,172,136); }
div.DivClassName
{
background-color: #8AAC88;
}
.BgClassName
{
background-color: #8AAC88;
}
</style>
border-color css
<style>
span { border-color: #8AAC88; }
span { border-color: rgb(138,172,136); }
td.TdClassName
{
border-color: #8AAC88;
}
.TagClassName
{
border-color: #8AAC88;
}
</style>