Shades of Sea Nymph #86B4AE
Tints of Sea Nymph #86B4AE
RGB
CMYK
RGB Variations
Color information
#86B4AE (or 0x86B4AE) is known color: Sea Nymph. HEX triplet: 86, B4 and AE. RGB value is (134,180,174). Sum of RGB (Red+Green+Blue) = 134+180+174=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #86B4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B4AE is #794B51. Grayscale: #A5A5A5. Windows color (decimal): -7949138 or 11449478. OLE color: 11449478.
HSL color Cylindrical-coordinate representation of color #86B4AE: hue angle of 172.17º degrees, saturation: 0.23, 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 #86B4AE is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 174 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.29 |
| HSL | 172.17º | 0.23% | 0.62% | - |
| HSV(B) | 172.17º | 0.26% | 0.71% | - |
| XYZ | 33.79 | 40.77 | 46.13 | - |
| YUV | 165.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 174 | 0.26 | 0 | 0.03 | 0.29 | 172.17 | 0.23 | 0.62 |
| Hex | 86 | B4 | AE | 1A | 0 | 3 | 1D | AC | 17 | 3E |
| Octal | 206 | 264 | 256 | 32 | 0 | 3 | 35 | 254 | 27 | 76 |
| Binary | 10000110 | 10110100 | 10101110 | 11010 | 0 | 11 | 11101 | 10101100 | 10111 | 111110 |
Color Harmonies of #86B4AE
Complementary color
Monochromatic Colors of #86B4AE
Black with #86B4AE
Text Example
Text Example
White with #86B4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B4AE; }
p { color: rgb(134,180,174); }
H1.HeaderClassName
{
color: #86B4AE;
}
.AnyTagClassName
{
color: #86B4AE;
}
</style>
background-color css
<style>
a { background-color: #86B4AE; }
a { background-color: rgb(134,180,174); }
div.DivClassName
{
background-color: #86B4AE;
}
.BgClassName
{
background-color: #86B4AE;
}
</style>
border-color css
<style>
span { border-color: #86B4AE; }
span { border-color: rgb(134,180,174); }
td.TdClassName
{
border-color: #86B4AE;
}
.TagClassName
{
border-color: #86B4AE;
}
</style>