Shades of Sea Nymph #86BCAA
Tints of Sea Nymph #86BCAA
RGB
CMYK
RGB Variations
Color information
#86BCAA (or 0x86BCAA) is known color: Sea Nymph. HEX triplet: 86, BC and AA. RGB value is (134,188,170). Sum of RGB (Red+Green+Blue) = 134+188+170=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #86BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BCAA is #794355. Grayscale: #A9A9A9. Windows color (decimal): -7947094 or 11189382. OLE color: 11189382.
HSL color Cylindrical-coordinate representation of color #86BCAA: hue angle of 160º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BCAA is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 170 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.26 |
| HSL | 160º | 0.29% | 0.63% | - |
| HSV(B) | 160º | 0.29% | 0.74% | - |
| XYZ | 35.07 | 43.94 | 44.66 | - |
| YUV | 169.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 170 | 0.29 | 0 | 0.10 | 0.26 | 160 | 0.29 | 0.63 |
| Hex | 86 | BC | AA | 1D | 0 | A | 1A | A0 | 1D | 3F |
| Octal | 206 | 274 | 252 | 35 | 0 | 12 | 32 | 240 | 35 | 77 |
| Binary | 10000110 | 10111100 | 10101010 | 11101 | 0 | 1010 | 11010 | 10100000 | 11101 | 111111 |
Color Harmonies of #86BCAA
Complementary color
Monochromatic Colors of #86BCAA
Black with #86BCAA
Text Example
Text Example
White with #86BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCAA; }
p { color: rgb(134,188,170); }
H1.HeaderClassName
{
color: #86BCAA;
}
.AnyTagClassName
{
color: #86BCAA;
}
</style>
background-color css
<style>
a { background-color: #86BCAA; }
a { background-color: rgb(134,188,170); }
div.DivClassName
{
background-color: #86BCAA;
}
.BgClassName
{
background-color: #86BCAA;
}
</style>
border-color css
<style>
span { border-color: #86BCAA; }
span { border-color: rgb(134,188,170); }
td.TdClassName
{
border-color: #86BCAA;
}
.TagClassName
{
border-color: #86BCAA;
}
</style>