Shades of Sea Nymph #86AD9F
Tints of Sea Nymph #86AD9F
RGB
CMYK
RGB Variations
Color information
#86AD9F (or 0x86AD9F) is known color: Sea Nymph. HEX triplet: 86, AD and 9F. RGB value is (134,173,159). Sum of RGB (Red+Green+Blue) = 134+173+159=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AD9F is #795260. Grayscale: #9F9F9F. Windows color (decimal): -7950945 or 10464646. OLE color: 10464646.
HSL color Cylindrical-coordinate representation of color #86AD9F: hue angle of 158.46º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AD9F is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 159 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.32 |
| HSL | 158.46º | 0.19% | 0.6% | - |
| HSV(B) | 158.46º | 0.23% | 0.68% | - |
| XYZ | 31.03 | 37.46 | 38.4 | - |
| YUV | 159.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 159 | 0.23 | 0 | 0.08 | 0.32 | 158.46 | 0.19 | 0.6 |
| Hex | 86 | AD | 9F | 17 | 0 | 8 | 20 | 9E | 13 | 3C |
| Octal | 206 | 255 | 237 | 27 | 0 | 10 | 40 | 236 | 23 | 74 |
| Binary | 10000110 | 10101101 | 10011111 | 10111 | 0 | 1000 | 100000 | 10011110 | 10011 | 111100 |
Color Harmonies of #86AD9F
Complementary color
Monochromatic Colors of #86AD9F
Black with #86AD9F
Text Example
Text Example
White with #86AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AD9F; }
p { color: rgb(134,173,159); }
H1.HeaderClassName
{
color: #86AD9F;
}
.AnyTagClassName
{
color: #86AD9F;
}
</style>
background-color css
<style>
a { background-color: #86AD9F; }
a { background-color: rgb(134,173,159); }
div.DivClassName
{
background-color: #86AD9F;
}
.BgClassName
{
background-color: #86AD9F;
}
</style>
border-color css
<style>
span { border-color: #86AD9F; }
span { border-color: rgb(134,173,159); }
td.TdClassName
{
border-color: #86AD9F;
}
.TagClassName
{
border-color: #86AD9F;
}
</style>