Shades of Sea Nymph #85B5A1
Tints of Sea Nymph #85B5A1
RGB
CMYK
RGB Variations
Color information
#85B5A1 (or 0x85B5A1) is known color: Sea Nymph. HEX triplet: 85, B5 and A1. RGB value is (133,181,161). Sum of RGB (Red+Green+Blue) = 133+181+161=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #85B5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B5A1 is #7A4A5E. Grayscale: #A4A4A4. Windows color (decimal): -8014431 or 10597765. OLE color: 10597765.
HSL color Cylindrical-coordinate representation of color #85B5A1: hue angle of 155º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B5A1 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 161 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.29 |
| HSL | 155º | 0.24% | 0.62% | - |
| HSV(B) | 155º | 0.27% | 0.71% | - |
| XYZ | 32.63 | 40.61 | 39.84 | - |
| YUV | 164.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 161 | 0.27 | 0 | 0.11 | 0.29 | 155 | 0.24 | 0.62 |
| Hex | 85 | B5 | A1 | 1B | 0 | B | 1D | 9B | 18 | 3E |
| Octal | 205 | 265 | 241 | 33 | 0 | 13 | 35 | 233 | 30 | 76 |
| Binary | 10000101 | 10110101 | 10100001 | 11011 | 0 | 1011 | 11101 | 10011011 | 11000 | 111110 |
Color Harmonies of #85B5A1
Complementary color
Monochromatic Colors of #85B5A1
Black with #85B5A1
Text Example
Text Example
White with #85B5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B5A1; }
p { color: rgb(133,181,161); }
H1.HeaderClassName
{
color: #85B5A1;
}
.AnyTagClassName
{
color: #85B5A1;
}
</style>
background-color css
<style>
a { background-color: #85B5A1; }
a { background-color: rgb(133,181,161); }
div.DivClassName
{
background-color: #85B5A1;
}
.BgClassName
{
background-color: #85B5A1;
}
</style>
border-color css
<style>
span { border-color: #85B5A1; }
span { border-color: rgb(133,181,161); }
td.TdClassName
{
border-color: #85B5A1;
}
.TagClassName
{
border-color: #85B5A1;
}
</style>