Shades of Sea Nymph #86B9AD
Tints of Sea Nymph #86B9AD
RGB
CMYK
RGB Variations
Color information
#86B9AD (or 0x86B9AD) is known color: Sea Nymph. HEX triplet: 86, B9 and AD. RGB value is (134,185,173). Sum of RGB (Red+Green+Blue) = 134+185+173=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #86B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B9AD is #794652. Grayscale: #A8A8A8. Windows color (decimal): -7947859 or 11385222. OLE color: 11385222.
HSL color Cylindrical-coordinate representation of color #86B9AD: hue angle of 165.88º 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 #86B9AD is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 185 | 173 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.27 |
| HSL | 165.88º | 0.27% | 0.63% | - |
| HSV(B) | 165.88º | 0.28% | 0.73% | - |
| XYZ | 34.72 | 42.78 | 45.96 | - |
| YUV | 168.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 185 | 173 | 0.28 | 0 | 0.06 | 0.27 | 165.88 | 0.27 | 0.63 |
| Hex | 86 | B9 | AD | 1C | 0 | 6 | 1B | A6 | 1B | 3F |
| Octal | 206 | 271 | 255 | 34 | 0 | 6 | 33 | 246 | 33 | 77 |
| Binary | 10000110 | 10111001 | 10101101 | 11100 | 0 | 110 | 11011 | 10100110 | 11011 | 111111 |
Color Harmonies of #86B9AD
Complementary color
Monochromatic Colors of #86B9AD
Black with #86B9AD
Text Example
Text Example
White with #86B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B9AD; }
p { color: rgb(134,185,173); }
H1.HeaderClassName
{
color: #86B9AD;
}
.AnyTagClassName
{
color: #86B9AD;
}
</style>
background-color css
<style>
a { background-color: #86B9AD; }
a { background-color: rgb(134,185,173); }
div.DivClassName
{
background-color: #86B9AD;
}
.BgClassName
{
background-color: #86B9AD;
}
</style>
border-color css
<style>
span { border-color: #86B9AD; }
span { border-color: rgb(134,185,173); }
td.TdClassName
{
border-color: #86B9AD;
}
.TagClassName
{
border-color: #86B9AD;
}
</style>