Shades of Sea Nymph #86B6AE
Tints of Sea Nymph #86B6AE
RGB
CMYK
RGB Variations
Color information
#86B6AE (or 0x86B6AE) is known color: Sea Nymph. HEX triplet: 86, B6 and AE. RGB value is (134,182,174). Sum of RGB (Red+Green+Blue) = 134+182+174=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #86B6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B6AE is #794951. Grayscale: #A6A6A6. Windows color (decimal): -7948626 or 11449990. OLE color: 11449990.
HSL color Cylindrical-coordinate representation of color #86B6AE: hue angle of 170º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B6AE is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 174 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.29 |
| HSL | 170º | 0.25% | 0.62% | - |
| HSV(B) | 170º | 0.26% | 0.71% | - |
| XYZ | 34.2 | 41.58 | 46.27 | - |
| YUV | 166.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 174 | 0.26 | 0 | 0.04 | 0.29 | 170 | 0.25 | 0.62 |
| Hex | 86 | B6 | AE | 1A | 0 | 4 | 1D | AA | 19 | 3E |
| Octal | 206 | 266 | 256 | 32 | 0 | 4 | 35 | 252 | 31 | 76 |
| Binary | 10000110 | 10110110 | 10101110 | 11010 | 0 | 100 | 11101 | 10101010 | 11001 | 111110 |
Color Harmonies of #86B6AE
Complementary color
Monochromatic Colors of #86B6AE
Black with #86B6AE
Text Example
Text Example
White with #86B6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B6AE; }
p { color: rgb(134,182,174); }
H1.HeaderClassName
{
color: #86B6AE;
}
.AnyTagClassName
{
color: #86B6AE;
}
</style>
background-color css
<style>
a { background-color: #86B6AE; }
a { background-color: rgb(134,182,174); }
div.DivClassName
{
background-color: #86B6AE;
}
.BgClassName
{
background-color: #86B6AE;
}
</style>
border-color css
<style>
span { border-color: #86B6AE; }
span { border-color: rgb(134,182,174); }
td.TdClassName
{
border-color: #86B6AE;
}
.TagClassName
{
border-color: #86B6AE;
}
</style>