Shades of Sea Nymph #86BAAB
Tints of Sea Nymph #86BAAB
RGB
CMYK
RGB Variations
Color information
#86BAAB (or 0x86BAAB) is known color: Sea Nymph. HEX triplet: 86, BA and AB. RGB value is (134,186,171). Sum of RGB (Red+Green+Blue) = 134+186+171=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #86BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BAAB is #794554. Grayscale: #A8A8A8. Windows color (decimal): -7947605 or 11254406. OLE color: 11254406.
HSL color Cylindrical-coordinate representation of color #86BAAB: hue angle of 162.69º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BAAB is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 171 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.27 |
| HSL | 162.69º | 0.27% | 0.63% | - |
| HSV(B) | 162.69º | 0.28% | 0.73% | - |
| XYZ | 34.74 | 43.13 | 45.02 | - |
| YUV | 168.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 171 | 0.28 | 0 | 0.08 | 0.27 | 162.69 | 0.27 | 0.63 |
| Hex | 86 | BA | AB | 1C | 0 | 8 | 1B | A3 | 1B | 3F |
| Octal | 206 | 272 | 253 | 34 | 0 | 10 | 33 | 243 | 33 | 77 |
| Binary | 10000110 | 10111010 | 10101011 | 11100 | 0 | 1000 | 11011 | 10100011 | 11011 | 111111 |
Color Harmonies of #86BAAB
Complementary color
Monochromatic Colors of #86BAAB
Black with #86BAAB
Text Example
Text Example
White with #86BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BAAB; }
p { color: rgb(134,186,171); }
H1.HeaderClassName
{
color: #86BAAB;
}
.AnyTagClassName
{
color: #86BAAB;
}
</style>
background-color css
<style>
a { background-color: #86BAAB; }
a { background-color: rgb(134,186,171); }
div.DivClassName
{
background-color: #86BAAB;
}
.BgClassName
{
background-color: #86BAAB;
}
</style>
border-color css
<style>
span { border-color: #86BAAB; }
span { border-color: rgb(134,186,171); }
td.TdClassName
{
border-color: #86BAAB;
}
.TagClassName
{
border-color: #86BAAB;
}
</style>