Shades of Sea Nymph #85B6A1
Tints of Sea Nymph #85B6A1
RGB
CMYK
RGB Variations
Color information
#85B6A1 (or 0x85B6A1) is known color: Sea Nymph. HEX triplet: 85, B6 and A1. RGB value is (133,182,161). Sum of RGB (Red+Green+Blue) = 133+182+161=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #85B6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B6A1 is #7A495E. Grayscale: #A4A4A4. Windows color (decimal): -8014175 or 10598021. OLE color: 10598021.
HSL color Cylindrical-coordinate representation of color #85B6A1: hue angle of 154.29º degrees, saturation: 0.25, 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 #85B6A1 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 161 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.29 |
| HSL | 154.29º | 0.25% | 0.62% | - |
| HSV(B) | 154.29º | 0.27% | 0.71% | - |
| XYZ | 32.83 | 41.02 | 39.9 | - |
| YUV | 164.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 161 | 0.27 | 0 | 0.12 | 0.29 | 154.29 | 0.25 | 0.62 |
| Hex | 85 | B6 | A1 | 1B | 0 | C | 1D | 9A | 19 | 3E |
| Octal | 205 | 266 | 241 | 33 | 0 | 14 | 35 | 232 | 31 | 76 |
| Binary | 10000101 | 10110110 | 10100001 | 11011 | 0 | 1100 | 11101 | 10011010 | 11001 | 111110 |
Color Harmonies of #85B6A1
Complementary color
Monochromatic Colors of #85B6A1
Black with #85B6A1
Text Example
Text Example
White with #85B6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B6A1; }
p { color: rgb(133,182,161); }
H1.HeaderClassName
{
color: #85B6A1;
}
.AnyTagClassName
{
color: #85B6A1;
}
</style>
background-color css
<style>
a { background-color: #85B6A1; }
a { background-color: rgb(133,182,161); }
div.DivClassName
{
background-color: #85B6A1;
}
.BgClassName
{
background-color: #85B6A1;
}
</style>
border-color css
<style>
span { border-color: #85B6A1; }
span { border-color: rgb(133,182,161); }
td.TdClassName
{
border-color: #85B6A1;
}
.TagClassName
{
border-color: #85B6A1;
}
</style>