Shades of Sea Nymph #86B9AC
Tints of Sea Nymph #86B9AC
RGB
CMYK
RGB Variations
Color information
#86B9AC (or 0x86B9AC) is known color: Sea Nymph. HEX triplet: 86, B9 and AC. RGB value is (134,185,172). Sum of RGB (Red+Green+Blue) = 134+185+172=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #86B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B9AC is #794653. Grayscale: #A8A8A8. Windows color (decimal): -7947860 or 11319686. OLE color: 11319686.
HSL color Cylindrical-coordinate representation of color #86B9AC: hue angle of 164.71º degrees, saturation: 0.27, 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 #86B9AC is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 185 | 172 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.27 |
| HSL | 164.71º | 0.27% | 0.63% | - |
| HSV(B) | 164.71º | 0.28% | 0.73% | - |
| XYZ | 34.63 | 42.74 | 45.46 | - |
| YUV | 168.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 185 | 172 | 0.28 | 0 | 0.07 | 0.27 | 164.71 | 0.27 | 0.63 |
| Hex | 86 | B9 | AC | 1C | 0 | 7 | 1B | A5 | 1B | 3F |
| Octal | 206 | 271 | 254 | 34 | 0 | 7 | 33 | 245 | 33 | 77 |
| Binary | 10000110 | 10111001 | 10101100 | 11100 | 0 | 111 | 11011 | 10100101 | 11011 | 111111 |
Color Harmonies of #86B9AC
Complementary color
Monochromatic Colors of #86B9AC
Black with #86B9AC
Text Example
Text Example
White with #86B9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B9AC; }
p { color: rgb(134,185,172); }
H1.HeaderClassName
{
color: #86B9AC;
}
.AnyTagClassName
{
color: #86B9AC;
}
</style>
background-color css
<style>
a { background-color: #86B9AC; }
a { background-color: rgb(134,185,172); }
div.DivClassName
{
background-color: #86B9AC;
}
.BgClassName
{
background-color: #86B9AC;
}
</style>
border-color css
<style>
span { border-color: #86B9AC; }
span { border-color: rgb(134,185,172); }
td.TdClassName
{
border-color: #86B9AC;
}
.TagClassName
{
border-color: #86B9AC;
}
</style>