Shades of Dark Sea Green #8ABB83
Tints of Dark Sea Green #8ABB83
RGB
CMYK
RGB Variations
Color information
#8ABB83 (or 0x8ABB83) is known color: Dark Sea Green. HEX triplet: 8A, BB and 83. RGB value is (138,187,131). Sum of RGB (Red+Green+Blue) = 138+187+131=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABB83 is #75447C. Grayscale: #A6A6A6. Windows color (decimal): -7685245 or 8633226. OLE color: 8633226.
HSL color Cylindrical-coordinate representation of color #8ABB83: hue angle of 112.5º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ABB83 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 131 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.27 |
| HSL | 112.5º | 0.29% | 0.62% | - |
| HSV(B) | 112.5º | 0.3% | 0.73% | - |
| XYZ | 32.35 | 42.58 | 27.99 | - |
| YUV | 165.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 131 | 0.26 | 0 | 0.30 | 0.27 | 112.5 | 0.29 | 0.62 |
| Hex | 8A | BB | 83 | 1A | 0 | 1E | 1B | 70 | 1D | 3E |
| Octal | 212 | 273 | 203 | 32 | 0 | 36 | 33 | 160 | 35 | 76 |
| Binary | 10001010 | 10111011 | 10000011 | 11010 | 0 | 11110 | 11011 | 1110000 | 11101 | 111110 |
Color Harmonies of #8ABB83
Complementary color
Monochromatic Colors of #8ABB83
Black with #8ABB83
Text Example
Text Example
White with #8ABB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB83; }
p { color: rgb(138,187,131); }
H1.HeaderClassName
{
color: #8ABB83;
}
.AnyTagClassName
{
color: #8ABB83;
}
</style>
background-color css
<style>
a { background-color: #8ABB83; }
a { background-color: rgb(138,187,131); }
div.DivClassName
{
background-color: #8ABB83;
}
.BgClassName
{
background-color: #8ABB83;
}
</style>
border-color css
<style>
span { border-color: #8ABB83; }
span { border-color: rgb(138,187,131); }
td.TdClassName
{
border-color: #8ABB83;
}
.TagClassName
{
border-color: #8ABB83;
}
</style>