Shades of Sea Nymph #85AF9E
Tints of Sea Nymph #85AF9E
RGB
CMYK
RGB Variations
Color information
#85AF9E (or 0x85AF9E) is known color: Sea Nymph. HEX triplet: 85, AF and 9E. RGB value is (133,175,158). Sum of RGB (Red+Green+Blue) = 133+175+158=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AF9E is #7A5061. Grayscale: #A0A0A0. Windows color (decimal): -8015970 or 10399621. OLE color: 10399621.
HSL color Cylindrical-coordinate representation of color #85AF9E: hue angle of 155.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AF9E is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 158 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.31 |
| HSL | 155.71º | 0.21% | 0.6% | - |
| HSV(B) | 155.71º | 0.24% | 0.69% | - |
| XYZ | 31.17 | 38.12 | 38.06 | - |
| YUV | 160.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 158 | 0.24 | 0 | 0.10 | 0.31 | 155.71 | 0.21 | 0.6 |
| Hex | 85 | AF | 9E | 18 | 0 | A | 1F | 9C | 15 | 3C |
| Octal | 205 | 257 | 236 | 30 | 0 | 12 | 37 | 234 | 25 | 74 |
| Binary | 10000101 | 10101111 | 10011110 | 11000 | 0 | 1010 | 11111 | 10011100 | 10101 | 111100 |
Color Harmonies of #85AF9E
Complementary color
Monochromatic Colors of #85AF9E
Black with #85AF9E
Text Example
Text Example
White with #85AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF9E; }
p { color: rgb(133,175,158); }
H1.HeaderClassName
{
color: #85AF9E;
}
.AnyTagClassName
{
color: #85AF9E;
}
</style>
background-color css
<style>
a { background-color: #85AF9E; }
a { background-color: rgb(133,175,158); }
div.DivClassName
{
background-color: #85AF9E;
}
.BgClassName
{
background-color: #85AF9E;
}
</style>
border-color css
<style>
span { border-color: #85AF9E; }
span { border-color: rgb(133,175,158); }
td.TdClassName
{
border-color: #85AF9E;
}
.TagClassName
{
border-color: #85AF9E;
}
</style>