Shades of Sea Nymph #86B7AF
Tints of Sea Nymph #86B7AF
RGB
CMYK
RGB Variations
Color information
#86B7AF (or 0x86B7AF) is known color: Sea Nymph. HEX triplet: 86, B7 and AF. RGB value is (134,183,175). Sum of RGB (Red+Green+Blue) = 134+183+175=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 183 - color contains mainly: green. Hex color #86B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B7AF is #794850. Grayscale: #A7A7A7. Windows color (decimal): -7948369 or 11515782. OLE color: 11515782.
HSL color Cylindrical-coordinate representation of color #86B7AF: hue angle of 170.2º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B7AF is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 175 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.28 |
| HSL | 170.2º | 0.25% | 0.62% | - |
| HSV(B) | 170.2º | 0.27% | 0.72% | - |
| XYZ | 34.5 | 42.03 | 46.85 | - |
| YUV | 167.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 175 | 0.27 | 0 | 0.04 | 0.28 | 170.2 | 0.25 | 0.62 |
| Hex | 86 | B7 | AF | 1B | 0 | 4 | 1C | AA | 19 | 3E |
| Octal | 206 | 267 | 257 | 33 | 0 | 4 | 34 | 252 | 31 | 76 |
| Binary | 10000110 | 10110111 | 10101111 | 11011 | 0 | 100 | 11100 | 10101010 | 11001 | 111110 |
Color Harmonies of #86B7AF
Complementary color
Monochromatic Colors of #86B7AF
Black with #86B7AF
Text Example
Text Example
White with #86B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B7AF; }
p { color: rgb(134,183,175); }
H1.HeaderClassName
{
color: #86B7AF;
}
.AnyTagClassName
{
color: #86B7AF;
}
</style>
background-color css
<style>
a { background-color: #86B7AF; }
a { background-color: rgb(134,183,175); }
div.DivClassName
{
background-color: #86B7AF;
}
.BgClassName
{
background-color: #86B7AF;
}
</style>
border-color css
<style>
span { border-color: #86B7AF; }
span { border-color: rgb(134,183,175); }
td.TdClassName
{
border-color: #86B7AF;
}
.TagClassName
{
border-color: #86B7AF;
}
</style>