Shades of Sea Nymph #86AAA6
Tints of Sea Nymph #86AAA6
RGB
CMYK
RGB Variations
Color information
#86AAA6 (or 0x86AAA6) is known color: Sea Nymph. HEX triplet: 86, AA and A6. RGB value is (134,170,166). Sum of RGB (Red+Green+Blue) = 134+170+166=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #86AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AAA6 is #795559. Grayscale: #9E9E9E. Windows color (decimal): -7951706 or 10922630. OLE color: 10922630.
HSL color Cylindrical-coordinate representation of color #86AAA6: hue angle of 173.33º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86AAA6 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 166 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.33 |
| HSL | 173.33º | 0.17% | 0.6% | - |
| HSV(B) | 173.33º | 0.21% | 0.67% | - |
| XYZ | 31.09 | 36.57 | 41.5 | - |
| YUV | 158.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 166 | 0.21 | 0 | 0.02 | 0.33 | 173.33 | 0.17 | 0.6 |
| Hex | 86 | AA | A6 | 15 | 0 | 2 | 21 | AD | 11 | 3C |
| Octal | 206 | 252 | 246 | 25 | 0 | 2 | 41 | 255 | 21 | 74 |
| Binary | 10000110 | 10101010 | 10100110 | 10101 | 0 | 10 | 100001 | 10101101 | 10001 | 111100 |
Color Harmonies of #86AAA6
Complementary color
Monochromatic Colors of #86AAA6
Black with #86AAA6
Text Example
Text Example
White with #86AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AAA6; }
p { color: rgb(134,170,166); }
H1.HeaderClassName
{
color: #86AAA6;
}
.AnyTagClassName
{
color: #86AAA6;
}
</style>
background-color css
<style>
a { background-color: #86AAA6; }
a { background-color: rgb(134,170,166); }
div.DivClassName
{
background-color: #86AAA6;
}
.BgClassName
{
background-color: #86AAA6;
}
</style>
border-color css
<style>
span { border-color: #86AAA6; }
span { border-color: rgb(134,170,166); }
td.TdClassName
{
border-color: #86AAA6;
}
.TagClassName
{
border-color: #86AAA6;
}
</style>