Shades of Dark Sea Green #8ABC87
Tints of Dark Sea Green #8ABC87
RGB
CMYK
RGB Variations
Color information
#8ABC87 (or 0x8ABC87) is known color: Dark Sea Green. HEX triplet: 8A, BC and 87. RGB value is (138,188,135). Sum of RGB (Red+Green+Blue) = 138+188+135=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC87 is #754378. Grayscale: #A7A7A7. Windows color (decimal): -7684985 or 8895626. OLE color: 8895626.
HSL color Cylindrical-coordinate representation of color #8ABC87: hue angle of 116.6º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8ABC87 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 135 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.26 |
| HSL | 116.6º | 0.28% | 0.63% | - |
| HSV(B) | 116.6º | 0.28% | 0.74% | - |
| XYZ | 32.84 | 43.12 | 29.51 | - |
| YUV | 167.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 135 | 0.27 | 0 | 0.28 | 0.26 | 116.6 | 0.28 | 0.63 |
| Hex | 8A | BC | 87 | 1B | 0 | 1C | 1A | 75 | 1C | 3F |
| Octal | 212 | 274 | 207 | 33 | 0 | 34 | 32 | 165 | 34 | 77 |
| Binary | 10001010 | 10111100 | 10000111 | 11011 | 0 | 11100 | 11010 | 1110101 | 11100 | 111111 |
Color Harmonies of #8ABC87
Complementary color
Monochromatic Colors of #8ABC87
Black with #8ABC87
Text Example
Text Example
White with #8ABC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC87; }
p { color: rgb(138,188,135); }
H1.HeaderClassName
{
color: #8ABC87;
}
.AnyTagClassName
{
color: #8ABC87;
}
</style>
background-color css
<style>
a { background-color: #8ABC87; }
a { background-color: rgb(138,188,135); }
div.DivClassName
{
background-color: #8ABC87;
}
.BgClassName
{
background-color: #8ABC87;
}
</style>
border-color css
<style>
span { border-color: #8ABC87; }
span { border-color: rgb(138,188,135); }
td.TdClassName
{
border-color: #8ABC87;
}
.TagClassName
{
border-color: #8ABC87;
}
</style>