Shades of Sea Nymph #85AC9F
Tints of Sea Nymph #85AC9F
RGB
CMYK
RGB Variations
Color information
#85AC9F (or 0x85AC9F) is known color: Sea Nymph. HEX triplet: 85, AC and 9F. RGB value is (133,172,159). Sum of RGB (Red+Green+Blue) = 133+172+159=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AC9F is #7A5360. Grayscale: #9E9E9E. Windows color (decimal): -8016737 or 10464389. OLE color: 10464389.
HSL color Cylindrical-coordinate representation of color #85AC9F: hue angle of 160º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AC9F is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 159 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.33 |
| HSL | 160º | 0.19% | 0.6% | - |
| HSV(B) | 160º | 0.23% | 0.67% | - |
| XYZ | 30.68 | 36.99 | 38.32 | - |
| YUV | 158.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 159 | 0.23 | 0 | 0.08 | 0.33 | 160 | 0.19 | 0.6 |
| Hex | 85 | AC | 9F | 17 | 0 | 8 | 21 | A0 | 13 | 3C |
| Octal | 205 | 254 | 237 | 27 | 0 | 10 | 41 | 240 | 23 | 74 |
| Binary | 10000101 | 10101100 | 10011111 | 10111 | 0 | 1000 | 100001 | 10100000 | 10011 | 111100 |
Color Harmonies of #85AC9F
Complementary color
Monochromatic Colors of #85AC9F
Black with #85AC9F
Text Example
Text Example
White with #85AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC9F; }
p { color: rgb(133,172,159); }
H1.HeaderClassName
{
color: #85AC9F;
}
.AnyTagClassName
{
color: #85AC9F;
}
</style>
background-color css
<style>
a { background-color: #85AC9F; }
a { background-color: rgb(133,172,159); }
div.DivClassName
{
background-color: #85AC9F;
}
.BgClassName
{
background-color: #85AC9F;
}
</style>
border-color css
<style>
span { border-color: #85AC9F; }
span { border-color: rgb(133,172,159); }
td.TdClassName
{
border-color: #85AC9F;
}
.TagClassName
{
border-color: #85AC9F;
}
</style>