Shades of Sea Nymph #86ADA4
Tints of Sea Nymph #86ADA4
RGB
CMYK
RGB Variations
Color information
#86ADA4 (or 0x86ADA4) is known color: Sea Nymph. HEX triplet: 86, AD and A4. RGB value is (134,173,164). Sum of RGB (Red+Green+Blue) = 134+173+164=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 173 - color contains mainly: green. Hex color #86ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ADA4 is #79525B. Grayscale: #A0A0A0. Windows color (decimal): -7950940 or 10792326. OLE color: 10792326.
HSL color Cylindrical-coordinate representation of color #86ADA4: hue angle of 166.15º 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 #86ADA4 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 164 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.32 |
| HSL | 166.15º | 0.19% | 0.6% | - |
| HSV(B) | 166.15º | 0.23% | 0.68% | - |
| XYZ | 31.48 | 37.64 | 40.73 | - |
| YUV | 160.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 164 | 0.23 | 0 | 0.05 | 0.32 | 166.15 | 0.19 | 0.6 |
| Hex | 86 | AD | A4 | 17 | 0 | 5 | 20 | A6 | 13 | 3C |
| Octal | 206 | 255 | 244 | 27 | 0 | 5 | 40 | 246 | 23 | 74 |
| Binary | 10000110 | 10101101 | 10100100 | 10111 | 0 | 101 | 100000 | 10100110 | 10011 | 111100 |
Color Harmonies of #86ADA4
Complementary color
Monochromatic Colors of #86ADA4
Black with #86ADA4
Text Example
Text Example
White with #86ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ADA4; }
p { color: rgb(134,173,164); }
H1.HeaderClassName
{
color: #86ADA4;
}
.AnyTagClassName
{
color: #86ADA4;
}
</style>
background-color css
<style>
a { background-color: #86ADA4; }
a { background-color: rgb(134,173,164); }
div.DivClassName
{
background-color: #86ADA4;
}
.BgClassName
{
background-color: #86ADA4;
}
</style>
border-color css
<style>
span { border-color: #86ADA4; }
span { border-color: rgb(134,173,164); }
td.TdClassName
{
border-color: #86ADA4;
}
.TagClassName
{
border-color: #86ADA4;
}
</style>