Shades of Dark Sea Green #8AB388
Tints of Dark Sea Green #8AB388
RGB
CMYK
RGB Variations
Color information
#8AB388 (or 0x8AB388) is known color: Dark Sea Green. HEX triplet: 8A, B3 and 88. RGB value is (138,179,136). Sum of RGB (Red+Green+Blue) = 138+179+136=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB388 is #754C77. Grayscale: #A1A1A1. Windows color (decimal): -7687288 or 8958858. OLE color: 8958858.
HSL color Cylindrical-coordinate representation of color #8AB388: hue angle of 117.21º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB388 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 136 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.30 |
| HSL | 117.21º | 0.22% | 0.62% | - |
| HSV(B) | 117.21º | 0.24% | 0.7% | - |
| XYZ | 31.05 | 39.42 | 29.27 | - |
| YUV | 161.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 136 | 0.23 | 0 | 0.24 | 0.30 | 117.21 | 0.22 | 0.62 |
| Hex | 8A | B3 | 88 | 17 | 0 | 18 | 1E | 75 | 16 | 3E |
| Octal | 212 | 263 | 210 | 27 | 0 | 30 | 36 | 165 | 26 | 76 |
| Binary | 10001010 | 10110011 | 10001000 | 10111 | 0 | 11000 | 11110 | 1110101 | 10110 | 111110 |
Color Harmonies of #8AB388
Complementary color
Monochromatic Colors of #8AB388
Black with #8AB388
Text Example
Text Example
White with #8AB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB388; }
p { color: rgb(138,179,136); }
H1.HeaderClassName
{
color: #8AB388;
}
.AnyTagClassName
{
color: #8AB388;
}
</style>
background-color css
<style>
a { background-color: #8AB388; }
a { background-color: rgb(138,179,136); }
div.DivClassName
{
background-color: #8AB388;
}
.BgClassName
{
background-color: #8AB388;
}
</style>
border-color css
<style>
span { border-color: #8AB388; }
span { border-color: rgb(138,179,136); }
td.TdClassName
{
border-color: #8AB388;
}
.TagClassName
{
border-color: #8AB388;
}
</style>