Shades of Dark Sea Green #86BB8B
Tints of Dark Sea Green #86BB8B
RGB
CMYK
RGB Variations
Color information
#86BB8B (or 0x86BB8B) is known color: Dark Sea Green. HEX triplet: 86, BB and 8B. RGB value is (134,187,139). Sum of RGB (Red+Green+Blue) = 134+187+139=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BB8B is #794474. Grayscale: #A5A5A5. Windows color (decimal): -7947381 or 9157510. OLE color: 9157510.
HSL color Cylindrical-coordinate representation of color #86BB8B: hue angle of 125.66º 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 #86BB8B is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 139 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.27 |
| HSL | 125.66º | 0.28% | 0.63% | - |
| HSV(B) | 125.66º | 0.28% | 0.73% | - |
| XYZ | 32.26 | 42.47 | 30.92 | - |
| YUV | 165.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 139 | 0.28 | 0 | 0.26 | 0.27 | 125.66 | 0.28 | 0.63 |
| Hex | 86 | BB | 8B | 1C | 0 | 1A | 1B | 7E | 1C | 3F |
| Octal | 206 | 273 | 213 | 34 | 0 | 32 | 33 | 176 | 34 | 77 |
| Binary | 10000110 | 10111011 | 10001011 | 11100 | 0 | 11010 | 11011 | 1111110 | 11100 | 111111 |
Color Harmonies of #86BB8B
Complementary color
Monochromatic Colors of #86BB8B
Black with #86BB8B
Text Example
Text Example
White with #86BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB8B; }
p { color: rgb(134,187,139); }
H1.HeaderClassName
{
color: #86BB8B;
}
.AnyTagClassName
{
color: #86BB8B;
}
</style>
background-color css
<style>
a { background-color: #86BB8B; }
a { background-color: rgb(134,187,139); }
div.DivClassName
{
background-color: #86BB8B;
}
.BgClassName
{
background-color: #86BB8B;
}
</style>
border-color css
<style>
span { border-color: #86BB8B; }
span { border-color: rgb(134,187,139); }
td.TdClassName
{
border-color: #86BB8B;
}
.TagClassName
{
border-color: #86BB8B;
}
</style>