Shades of Sea Nymph #86AFAA
Tints of Sea Nymph #86AFAA
RGB
CMYK
RGB Variations
Color information
#86AFAA (or 0x86AFAA) is known color: Sea Nymph. HEX triplet: 86, AF and AA. RGB value is (134,175,170). Sum of RGB (Red+Green+Blue) = 134+175+170=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #86AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AFAA is #795055. Grayscale: #A2A2A2. Windows color (decimal): -7950422 or 11186054. OLE color: 11186054.
HSL color Cylindrical-coordinate representation of color #86AFAA: hue angle of 172.68º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AFAA is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 170 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.31 |
| HSL | 172.68º | 0.2% | 0.61% | - |
| HSV(B) | 172.68º | 0.23% | 0.69% | - |
| XYZ | 32.42 | 38.63 | 43.78 | - |
| YUV | 162.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 170 | 0.23 | 0 | 0.03 | 0.31 | 172.68 | 0.2 | 0.61 |
| Hex | 86 | AF | AA | 17 | 0 | 3 | 1F | AD | 14 | 3D |
| Octal | 206 | 257 | 252 | 27 | 0 | 3 | 37 | 255 | 24 | 75 |
| Binary | 10000110 | 10101111 | 10101010 | 10111 | 0 | 11 | 11111 | 10101101 | 10100 | 111101 |
Color Harmonies of #86AFAA
Complementary color
Monochromatic Colors of #86AFAA
Black with #86AFAA
Text Example
Text Example
White with #86AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFAA; }
p { color: rgb(134,175,170); }
H1.HeaderClassName
{
color: #86AFAA;
}
.AnyTagClassName
{
color: #86AFAA;
}
</style>
background-color css
<style>
a { background-color: #86AFAA; }
a { background-color: rgb(134,175,170); }
div.DivClassName
{
background-color: #86AFAA;
}
.BgClassName
{
background-color: #86AFAA;
}
</style>
border-color css
<style>
span { border-color: #86AFAA; }
span { border-color: rgb(134,175,170); }
td.TdClassName
{
border-color: #86AFAA;
}
.TagClassName
{
border-color: #86AFAA;
}
</style>