Shades of Sea Nymph #86ADA9
Tints of Sea Nymph #86ADA9
RGB
CMYK
RGB Variations
Color information
#86ADA9 (or 0x86ADA9) is known color: Sea Nymph. HEX triplet: 86, AD and A9. RGB value is (134,173,169). Sum of RGB (Red+Green+Blue) = 134+173+169=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #86ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ADA9 is #795256. Grayscale: #A0A0A0. Windows color (decimal): -7950935 or 11120006. OLE color: 11120006.
HSL color Cylindrical-coordinate representation of color #86ADA9: hue angle of 173.85º 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 #86ADA9 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 169 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.32 |
| HSL | 173.85º | 0.19% | 0.6% | - |
| HSV(B) | 173.85º | 0.23% | 0.68% | - |
| XYZ | 31.94 | 37.82 | 43.15 | - |
| YUV | 160.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 169 | 0.23 | 0 | 0.02 | 0.32 | 173.85 | 0.19 | 0.6 |
| Hex | 86 | AD | A9 | 17 | 0 | 2 | 20 | AE | 13 | 3C |
| Octal | 206 | 255 | 251 | 27 | 0 | 2 | 40 | 256 | 23 | 74 |
| Binary | 10000110 | 10101101 | 10101001 | 10111 | 0 | 10 | 100000 | 10101110 | 10011 | 111100 |
Color Harmonies of #86ADA9
Complementary color
Monochromatic Colors of #86ADA9
Black with #86ADA9
Text Example
Text Example
White with #86ADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ADA9; }
p { color: rgb(134,173,169); }
H1.HeaderClassName
{
color: #86ADA9;
}
.AnyTagClassName
{
color: #86ADA9;
}
</style>
background-color css
<style>
a { background-color: #86ADA9; }
a { background-color: rgb(134,173,169); }
div.DivClassName
{
background-color: #86ADA9;
}
.BgClassName
{
background-color: #86ADA9;
}
</style>
border-color css
<style>
span { border-color: #86ADA9; }
span { border-color: rgb(134,173,169); }
td.TdClassName
{
border-color: #86ADA9;
}
.TagClassName
{
border-color: #86ADA9;
}
</style>