Shades of Sea Nymph #86AF9E
Tints of Sea Nymph #86AF9E
RGB
CMYK
RGB Variations
Color information
#86AF9E (or 0x86AF9E) is known color: Sea Nymph. HEX triplet: 86, AF and 9E. RGB value is (134,175,158). Sum of RGB (Red+Green+Blue) = 134+175+158=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF9E is #795061. Grayscale: #A0A0A0. Windows color (decimal): -7950434 or 10399622. OLE color: 10399622.
HSL color Cylindrical-coordinate representation of color #86AF9E: hue angle of 155.12º 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 #86AF9E is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 158 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.31 |
| HSL | 155.12º | 0.2% | 0.61% | - |
| HSV(B) | 155.12º | 0.23% | 0.69% | - |
| XYZ | 31.33 | 38.2 | 38.07 | - |
| YUV | 160.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 158 | 0.23 | 0 | 0.10 | 0.31 | 155.12 | 0.2 | 0.61 |
| Hex | 86 | AF | 9E | 17 | 0 | A | 1F | 9B | 14 | 3D |
| Octal | 206 | 257 | 236 | 27 | 0 | 12 | 37 | 233 | 24 | 75 |
| Binary | 10000110 | 10101111 | 10011110 | 10111 | 0 | 1010 | 11111 | 10011011 | 10100 | 111101 |
Color Harmonies of #86AF9E
Complementary color
Monochromatic Colors of #86AF9E
Black with #86AF9E
Text Example
Text Example
White with #86AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF9E; }
p { color: rgb(134,175,158); }
H1.HeaderClassName
{
color: #86AF9E;
}
.AnyTagClassName
{
color: #86AF9E;
}
</style>
background-color css
<style>
a { background-color: #86AF9E; }
a { background-color: rgb(134,175,158); }
div.DivClassName
{
background-color: #86AF9E;
}
.BgClassName
{
background-color: #86AF9E;
}
</style>
border-color css
<style>
span { border-color: #86AF9E; }
span { border-color: rgb(134,175,158); }
td.TdClassName
{
border-color: #86AF9E;
}
.TagClassName
{
border-color: #86AF9E;
}
</style>