Shades of Dark Sea Green #86BB88
Tints of Dark Sea Green #86BB88
RGB
CMYK
RGB Variations
Color information
#86BB88 (or 0x86BB88) is known color: Dark Sea Green. HEX triplet: 86, BB and 88. RGB value is (134,187,136). Sum of RGB (Red+Green+Blue) = 134+187+136=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BB88 is #794477. Grayscale: #A5A5A5. Windows color (decimal): -7947384 or 8960902. OLE color: 8960902.
HSL color Cylindrical-coordinate representation of color #86BB88: hue angle of 122.26º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BB88 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 136 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.27 |
| HSL | 122.26º | 0.28% | 0.63% | - |
| HSV(B) | 122.26º | 0.28% | 0.73% | - |
| XYZ | 32.05 | 42.39 | 29.78 | - |
| YUV | 165.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 136 | 0.28 | 0 | 0.27 | 0.27 | 122.26 | 0.28 | 0.63 |
| Hex | 86 | BB | 88 | 1C | 0 | 1B | 1B | 7A | 1C | 3F |
| Octal | 206 | 273 | 210 | 34 | 0 | 33 | 33 | 172 | 34 | 77 |
| Binary | 10000110 | 10111011 | 10001000 | 11100 | 0 | 11011 | 11011 | 1111010 | 11100 | 111111 |
Color Harmonies of #86BB88
Complementary color
Monochromatic Colors of #86BB88
Black with #86BB88
Text Example
Text Example
White with #86BB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB88; }
p { color: rgb(134,187,136); }
H1.HeaderClassName
{
color: #86BB88;
}
.AnyTagClassName
{
color: #86BB88;
}
</style>
background-color css
<style>
a { background-color: #86BB88; }
a { background-color: rgb(134,187,136); }
div.DivClassName
{
background-color: #86BB88;
}
.BgClassName
{
background-color: #86BB88;
}
</style>
border-color css
<style>
span { border-color: #86BB88; }
span { border-color: rgb(134,187,136); }
td.TdClassName
{
border-color: #86BB88;
}
.TagClassName
{
border-color: #86BB88;
}
</style>