Shades of Sea Nymph #85ABA1
Tints of Sea Nymph #85ABA1
RGB
CMYK
RGB Variations
Color information
#85ABA1 (or 0x85ABA1) is known color: Sea Nymph. HEX triplet: 85, AB and A1. RGB value is (133,171,161). Sum of RGB (Red+Green+Blue) = 133+171+161=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #85ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ABA1 is #7A545E. Grayscale: #9E9E9E. Windows color (decimal): -8016991 or 10595205. OLE color: 10595205.
HSL color Cylindrical-coordinate representation of color #85ABA1: hue angle of 164.21º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85ABA1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 161 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.33 |
| HSL | 164.21º | 0.18% | 0.6% | - |
| HSV(B) | 164.21º | 0.22% | 0.67% | - |
| XYZ | 30.67 | 36.69 | 39.18 | - |
| YUV | 158.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 161 | 0.22 | 0 | 0.06 | 0.33 | 164.21 | 0.18 | 0.6 |
| Hex | 85 | AB | A1 | 16 | 0 | 6 | 21 | A4 | 12 | 3C |
| Octal | 205 | 253 | 241 | 26 | 0 | 6 | 41 | 244 | 22 | 74 |
| Binary | 10000101 | 10101011 | 10100001 | 10110 | 0 | 110 | 100001 | 10100100 | 10010 | 111100 |
Color Harmonies of #85ABA1
Complementary color
Monochromatic Colors of #85ABA1
Black with #85ABA1
Text Example
Text Example
White with #85ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABA1; }
p { color: rgb(133,171,161); }
H1.HeaderClassName
{
color: #85ABA1;
}
.AnyTagClassName
{
color: #85ABA1;
}
</style>
background-color css
<style>
a { background-color: #85ABA1; }
a { background-color: rgb(133,171,161); }
div.DivClassName
{
background-color: #85ABA1;
}
.BgClassName
{
background-color: #85ABA1;
}
</style>
border-color css
<style>
span { border-color: #85ABA1; }
span { border-color: rgb(133,171,161); }
td.TdClassName
{
border-color: #85ABA1;
}
.TagClassName
{
border-color: #85ABA1;
}
</style>