Shades of Sea Nymph #86C1A6
Tints of Sea Nymph #86C1A6
RGB
CMYK
RGB Variations
Color information
#86C1A6 (or 0x86C1A6) is known color: Sea Nymph. HEX triplet: 86, C1 and A6. RGB value is (134,193,166). Sum of RGB (Red+Green+Blue) = 134+193+166=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #86C1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C1A6 is #793E59. Grayscale: #ACACAC. Windows color (decimal): -7945818 or 10928518. OLE color: 10928518.
HSL color Cylindrical-coordinate representation of color #86C1A6: hue angle of 152.54º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C1A6 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 166 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.24 |
| HSL | 152.54º | 0.32% | 0.64% | - |
| HSV(B) | 152.54º | 0.31% | 0.76% | - |
| XYZ | 35.78 | 45.96 | 43.06 | - |
| YUV | 172.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 166 | 0.31 | 0 | 0.14 | 0.24 | 152.54 | 0.32 | 0.64 |
| Hex | 86 | C1 | A6 | 1F | 0 | E | 18 | 99 | 20 | 40 |
| Octal | 206 | 301 | 246 | 37 | 0 | 16 | 30 | 231 | 40 | 100 |
| Binary | 10000110 | 11000001 | 10100110 | 11111 | 0 | 1110 | 11000 | 10011001 | 100000 | 1000000 |
Color Harmonies of #86C1A6
Complementary color
Monochromatic Colors of #86C1A6
Black with #86C1A6
Text Example
Text Example
White with #86C1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C1A6; }
p { color: rgb(134,193,166); }
H1.HeaderClassName
{
color: #86C1A6;
}
.AnyTagClassName
{
color: #86C1A6;
}
</style>
background-color css
<style>
a { background-color: #86C1A6; }
a { background-color: rgb(134,193,166); }
div.DivClassName
{
background-color: #86C1A6;
}
.BgClassName
{
background-color: #86C1A6;
}
</style>
border-color css
<style>
span { border-color: #86C1A6; }
span { border-color: rgb(134,193,166); }
td.TdClassName
{
border-color: #86C1A6;
}
.TagClassName
{
border-color: #86C1A6;
}
</style>