Shades of Dark Sea Green #8ABB8C
Tints of Dark Sea Green #8ABB8C
RGB
CMYK
RGB Variations
Color information
#8ABB8C (or 0x8ABB8C) is known color: Dark Sea Green. HEX triplet: 8A, BB and 8C. RGB value is (138,187,140). Sum of RGB (Red+Green+Blue) = 138+187+140=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABB8C is #754473. Grayscale: #A7A7A7. Windows color (decimal): -7685236 or 9223050. OLE color: 9223050.
HSL color Cylindrical-coordinate representation of color #8ABB8C: hue angle of 122.45º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABB8C is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 140 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.27 |
| HSL | 122.45º | 0.26% | 0.64% | - |
| HSV(B) | 122.45º | 0.26% | 0.73% | - |
| XYZ | 32.99 | 42.84 | 31.34 | - |
| YUV | 166.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 140 | 0.26 | 0 | 0.25 | 0.27 | 122.45 | 0.26 | 0.64 |
| Hex | 8A | BB | 8C | 1A | 0 | 19 | 1B | 7A | 1A | 40 |
| Octal | 212 | 273 | 214 | 32 | 0 | 31 | 33 | 172 | 32 | 100 |
| Binary | 10001010 | 10111011 | 10001100 | 11010 | 0 | 11001 | 11011 | 1111010 | 11010 | 1000000 |
Color Harmonies of #8ABB8C
Complementary color
Monochromatic Colors of #8ABB8C
Black with #8ABB8C
Text Example
Text Example
White with #8ABB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB8C; }
p { color: rgb(138,187,140); }
H1.HeaderClassName
{
color: #8ABB8C;
}
.AnyTagClassName
{
color: #8ABB8C;
}
</style>
background-color css
<style>
a { background-color: #8ABB8C; }
a { background-color: rgb(138,187,140); }
div.DivClassName
{
background-color: #8ABB8C;
}
.BgClassName
{
background-color: #8ABB8C;
}
</style>
border-color css
<style>
span { border-color: #8ABB8C; }
span { border-color: rgb(138,187,140); }
td.TdClassName
{
border-color: #8ABB8C;
}
.TagClassName
{
border-color: #8ABB8C;
}
</style>