Shades of Sea Nymph #85ABA4
Tints of Sea Nymph #85ABA4
RGB
CMYK
RGB Variations
Color information
#85ABA4 (or 0x85ABA4) is known color: Sea Nymph. HEX triplet: 85, AB and A4. RGB value is (133,171,164). Sum of RGB (Red+Green+Blue) = 133+171+164=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #85ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ABA4 is #7A545B. Grayscale: #9E9E9E. Windows color (decimal): -8016988 or 10791813. OLE color: 10791813.
HSL color Cylindrical-coordinate representation of color #85ABA4: hue angle of 168.95º 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 #85ABA4 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 164 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.33 |
| HSL | 168.95º | 0.18% | 0.6% | - |
| HSV(B) | 168.95º | 0.22% | 0.67% | - |
| XYZ | 30.94 | 36.79 | 40.59 | - |
| YUV | 158.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 164 | 0.22 | 0 | 0.04 | 0.33 | 168.95 | 0.18 | 0.6 |
| Hex | 85 | AB | A4 | 16 | 0 | 4 | 21 | A9 | 12 | 3C |
| Octal | 205 | 253 | 244 | 26 | 0 | 4 | 41 | 251 | 22 | 74 |
| Binary | 10000101 | 10101011 | 10100100 | 10110 | 0 | 100 | 100001 | 10101001 | 10010 | 111100 |
Color Harmonies of #85ABA4
Complementary color
Monochromatic Colors of #85ABA4
Black with #85ABA4
Text Example
Text Example
White with #85ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABA4; }
p { color: rgb(133,171,164); }
H1.HeaderClassName
{
color: #85ABA4;
}
.AnyTagClassName
{
color: #85ABA4;
}
</style>
background-color css
<style>
a { background-color: #85ABA4; }
a { background-color: rgb(133,171,164); }
div.DivClassName
{
background-color: #85ABA4;
}
.BgClassName
{
background-color: #85ABA4;
}
</style>
border-color css
<style>
span { border-color: #85ABA4; }
span { border-color: rgb(133,171,164); }
td.TdClassName
{
border-color: #85ABA4;
}
.TagClassName
{
border-color: #85ABA4;
}
</style>