Shades of Sea Nymph #86B7AB
Tints of Sea Nymph #86B7AB
RGB
CMYK
RGB Variations
Color information
#86B7AB (or 0x86B7AB) is known color: Sea Nymph. HEX triplet: 86, B7 and AB. RGB value is (134,183,171). Sum of RGB (Red+Green+Blue) = 134+183+171=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #86B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B7AB is #794854. Grayscale: #A6A6A6. Windows color (decimal): -7948373 or 11253638. OLE color: 11253638.
HSL color Cylindrical-coordinate representation of color #86B7AB: hue angle of 165.31º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B7AB is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 171 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.28 |
| HSL | 165.31º | 0.25% | 0.62% | - |
| HSV(B) | 165.31º | 0.27% | 0.72% | - |
| XYZ | 34.12 | 41.88 | 44.81 | - |
| YUV | 166.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 171 | 0.27 | 0 | 0.07 | 0.28 | 165.31 | 0.25 | 0.62 |
| Hex | 86 | B7 | AB | 1B | 0 | 7 | 1C | A5 | 19 | 3E |
| Octal | 206 | 267 | 253 | 33 | 0 | 7 | 34 | 245 | 31 | 76 |
| Binary | 10000110 | 10110111 | 10101011 | 11011 | 0 | 111 | 11100 | 10100101 | 11001 | 111110 |
Color Harmonies of #86B7AB
Complementary color
Monochromatic Colors of #86B7AB
Black with #86B7AB
Text Example
Text Example
White with #86B7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B7AB; }
p { color: rgb(134,183,171); }
H1.HeaderClassName
{
color: #86B7AB;
}
.AnyTagClassName
{
color: #86B7AB;
}
</style>
background-color css
<style>
a { background-color: #86B7AB; }
a { background-color: rgb(134,183,171); }
div.DivClassName
{
background-color: #86B7AB;
}
.BgClassName
{
background-color: #86B7AB;
}
</style>
border-color css
<style>
span { border-color: #86B7AB; }
span { border-color: rgb(134,183,171); }
td.TdClassName
{
border-color: #86B7AB;
}
.TagClassName
{
border-color: #86B7AB;
}
</style>