Shades of Sea Nymph #86AF9D
Tints of Sea Nymph #86AF9D
RGB
CMYK
RGB Variations
Color information
#86AF9D (or 0x86AF9D) is known color: Sea Nymph. HEX triplet: 86, AF and 9D. RGB value is (134,175,157). Sum of RGB (Red+Green+Blue) = 134+175+157=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF9D is #795062. Grayscale: #A0A0A0. Windows color (decimal): -7950435 or 10334086. OLE color: 10334086.
HSL color Cylindrical-coordinate representation of color #86AF9D: hue angle of 153.66º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AF9D is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 157 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.31 |
| HSL | 153.66º | 0.2% | 0.61% | - |
| HSV(B) | 153.66º | 0.23% | 0.69% | - |
| XYZ | 31.25 | 38.16 | 37.62 | - |
| YUV | 160.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 157 | 0.23 | 0 | 0.10 | 0.31 | 153.66 | 0.2 | 0.61 |
| Hex | 86 | AF | 9D | 17 | 0 | A | 1F | 9A | 14 | 3D |
| Octal | 206 | 257 | 235 | 27 | 0 | 12 | 37 | 232 | 24 | 75 |
| Binary | 10000110 | 10101111 | 10011101 | 10111 | 0 | 1010 | 11111 | 10011010 | 10100 | 111101 |
Color Harmonies of #86AF9D
Complementary color
Monochromatic Colors of #86AF9D
Black with #86AF9D
Text Example
Text Example
White with #86AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF9D; }
p { color: rgb(134,175,157); }
H1.HeaderClassName
{
color: #86AF9D;
}
.AnyTagClassName
{
color: #86AF9D;
}
</style>
background-color css
<style>
a { background-color: #86AF9D; }
a { background-color: rgb(134,175,157); }
div.DivClassName
{
background-color: #86AF9D;
}
.BgClassName
{
background-color: #86AF9D;
}
</style>
border-color css
<style>
span { border-color: #86AF9D; }
span { border-color: rgb(134,175,157); }
td.TdClassName
{
border-color: #86AF9D;
}
.TagClassName
{
border-color: #86AF9D;
}
</style>