Shades of Sea Nymph #86BBAC
Tints of Sea Nymph #86BBAC
RGB
CMYK
RGB Variations
Color information
#86BBAC (or 0x86BBAC) is known color: Sea Nymph. HEX triplet: 86, BB and AC. RGB value is (134,187,172). Sum of RGB (Red+Green+Blue) = 134+187+172=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #86BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BBAC is #794453. Grayscale: #A9A9A9. Windows color (decimal): -7947348 or 11320198. OLE color: 11320198.
HSL color Cylindrical-coordinate representation of color #86BBAC: hue angle of 163.02º 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 #86BBAC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 172 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.27 |
| HSL | 163.02º | 0.28% | 0.63% | - |
| HSV(B) | 163.02º | 0.28% | 0.73% | - |
| XYZ | 35.05 | 43.59 | 45.6 | - |
| YUV | 169.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 172 | 0.28 | 0 | 0.08 | 0.27 | 163.02 | 0.28 | 0.63 |
| Hex | 86 | BB | AC | 1C | 0 | 8 | 1B | A3 | 1C | 3F |
| Octal | 206 | 273 | 254 | 34 | 0 | 10 | 33 | 243 | 34 | 77 |
| Binary | 10000110 | 10111011 | 10101100 | 11100 | 0 | 1000 | 11011 | 10100011 | 11100 | 111111 |
Color Harmonies of #86BBAC
Complementary color
Monochromatic Colors of #86BBAC
Black with #86BBAC
Text Example
Text Example
White with #86BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BBAC; }
p { color: rgb(134,187,172); }
H1.HeaderClassName
{
color: #86BBAC;
}
.AnyTagClassName
{
color: #86BBAC;
}
</style>
background-color css
<style>
a { background-color: #86BBAC; }
a { background-color: rgb(134,187,172); }
div.DivClassName
{
background-color: #86BBAC;
}
.BgClassName
{
background-color: #86BBAC;
}
</style>
border-color css
<style>
span { border-color: #86BBAC; }
span { border-color: rgb(134,187,172); }
td.TdClassName
{
border-color: #86BBAC;
}
.TagClassName
{
border-color: #86BBAC;
}
</style>