Shades of Sea Nymph #85B7AF
Tints of Sea Nymph #85B7AF
RGB
CMYK
RGB Variations
Color information
#85B7AF (or 0x85B7AF) is known color: Sea Nymph. HEX triplet: 85, B7 and AF. RGB value is (133,183,175). Sum of RGB (Red+Green+Blue) = 133+183+175=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 183 - color contains mainly: green. Hex color #85B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B7AF is #7A4850. Grayscale: #A7A7A7. Windows color (decimal): -8013905 or 11515781. OLE color: 11515781.
HSL color Cylindrical-coordinate representation of color #85B7AF: hue angle of 170.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B7AF is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 175 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.28 |
| HSL | 170.4º | 0.26% | 0.62% | - |
| HSV(B) | 170.4º | 0.27% | 0.72% | - |
| XYZ | 34.34 | 41.95 | 46.84 | - |
| YUV | 167.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 175 | 0.27 | 0 | 0.04 | 0.28 | 170.4 | 0.26 | 0.62 |
| Hex | 85 | B7 | AF | 1B | 0 | 4 | 1C | AA | 1A | 3E |
| Octal | 205 | 267 | 257 | 33 | 0 | 4 | 34 | 252 | 32 | 76 |
| Binary | 10000101 | 10110111 | 10101111 | 11011 | 0 | 100 | 11100 | 10101010 | 11010 | 111110 |
Color Harmonies of #85B7AF
Complementary color
Monochromatic Colors of #85B7AF
Black with #85B7AF
Text Example
Text Example
White with #85B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B7AF; }
p { color: rgb(133,183,175); }
H1.HeaderClassName
{
color: #85B7AF;
}
.AnyTagClassName
{
color: #85B7AF;
}
</style>
background-color css
<style>
a { background-color: #85B7AF; }
a { background-color: rgb(133,183,175); }
div.DivClassName
{
background-color: #85B7AF;
}
.BgClassName
{
background-color: #85B7AF;
}
</style>
border-color css
<style>
span { border-color: #85B7AF; }
span { border-color: rgb(133,183,175); }
td.TdClassName
{
border-color: #85B7AF;
}
.TagClassName
{
border-color: #85B7AF;
}
</style>