Shades of Sea Nymph #86B5AF
Tints of Sea Nymph #86B5AF
RGB
CMYK
RGB Variations
Color information
#86B5AF (or 0x86B5AF) is known color: Sea Nymph. HEX triplet: 86, B5 and AF. RGB value is (134,181,175). Sum of RGB (Red+Green+Blue) = 134+181+175=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 181 - color contains mainly: green. Hex color #86B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B5AF is #794A50. Grayscale: #A6A6A6. Windows color (decimal): -7948881 or 11515270. OLE color: 11515270.
HSL color Cylindrical-coordinate representation of color #86B5AF: hue angle of 172.34º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B5AF is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 175 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.29 |
| HSL | 172.34º | 0.24% | 0.62% | - |
| HSV(B) | 172.34º | 0.26% | 0.71% | - |
| XYZ | 34.09 | 41.21 | 46.72 | - |
| YUV | 166.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 175 | 0.26 | 0 | 0.03 | 0.29 | 172.34 | 0.24 | 0.62 |
| Hex | 86 | B5 | AF | 1A | 0 | 3 | 1D | AC | 18 | 3E |
| Octal | 206 | 265 | 257 | 32 | 0 | 3 | 35 | 254 | 30 | 76 |
| Binary | 10000110 | 10110101 | 10101111 | 11010 | 0 | 11 | 11101 | 10101100 | 11000 | 111110 |
Color Harmonies of #86B5AF
Complementary color
Monochromatic Colors of #86B5AF
Black with #86B5AF
Text Example
Text Example
White with #86B5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B5AF; }
p { color: rgb(134,181,175); }
H1.HeaderClassName
{
color: #86B5AF;
}
.AnyTagClassName
{
color: #86B5AF;
}
</style>
background-color css
<style>
a { background-color: #86B5AF; }
a { background-color: rgb(134,181,175); }
div.DivClassName
{
background-color: #86B5AF;
}
.BgClassName
{
background-color: #86B5AF;
}
</style>
border-color css
<style>
span { border-color: #86B5AF; }
span { border-color: rgb(134,181,175); }
td.TdClassName
{
border-color: #86B5AF;
}
.TagClassName
{
border-color: #86B5AF;
}
</style>