Shades of Sea Nymph #86ABA0
Tints of Sea Nymph #86ABA0
RGB
CMYK
RGB Variations
Color information
#86ABA0 (or 0x86ABA0) is known color: Sea Nymph. HEX triplet: 86, AB and A0. RGB value is (134,171,160). Sum of RGB (Red+Green+Blue) = 134+171+160=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #86ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ABA0 is #79545F. Grayscale: #9E9E9E. Windows color (decimal): -7951456 or 10529670. OLE color: 10529670.
HSL color Cylindrical-coordinate representation of color #86ABA0: hue angle of 162.16º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86ABA0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 160 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.33 |
| HSL | 162.16º | 0.18% | 0.6% | - |
| HSV(B) | 162.16º | 0.22% | 0.67% | - |
| XYZ | 30.74 | 36.73 | 38.73 | - |
| YUV | 158.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 160 | 0.22 | 0 | 0.06 | 0.33 | 162.16 | 0.18 | 0.6 |
| Hex | 86 | AB | A0 | 16 | 0 | 6 | 21 | A2 | 12 | 3C |
| Octal | 206 | 253 | 240 | 26 | 0 | 6 | 41 | 242 | 22 | 74 |
| Binary | 10000110 | 10101011 | 10100000 | 10110 | 0 | 110 | 100001 | 10100010 | 10010 | 111100 |
Color Harmonies of #86ABA0
Complementary color
Monochromatic Colors of #86ABA0
Black with #86ABA0
Text Example
Text Example
White with #86ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ABA0; }
p { color: rgb(134,171,160); }
H1.HeaderClassName
{
color: #86ABA0;
}
.AnyTagClassName
{
color: #86ABA0;
}
</style>
background-color css
<style>
a { background-color: #86ABA0; }
a { background-color: rgb(134,171,160); }
div.DivClassName
{
background-color: #86ABA0;
}
.BgClassName
{
background-color: #86ABA0;
}
</style>
border-color css
<style>
span { border-color: #86ABA0; }
span { border-color: rgb(134,171,160); }
td.TdClassName
{
border-color: #86ABA0;
}
.TagClassName
{
border-color: #86ABA0;
}
</style>