Shades of Sea Nymph #85AEAA
Tints of Sea Nymph #85AEAA
RGB
CMYK
RGB Variations
Color information
#85AEAA (or 0x85AEAA) is known color: Sea Nymph. HEX triplet: 85, AE and AA. RGB value is (133,174,170). Sum of RGB (Red+Green+Blue) = 133+174+170=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #85AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AEAA is #7A5155. Grayscale: #A1A1A1. Windows color (decimal): -8016214 or 11185797. OLE color: 11185797.
HSL color Cylindrical-coordinate representation of color #85AEAA: hue angle of 174.15º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AEAA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 174 | 170 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.32 |
| HSL | 174.15º | 0.2% | 0.6% | - |
| HSV(B) | 174.15º | 0.24% | 0.68% | - |
| XYZ | 32.06 | 38.16 | 43.71 | - |
| YUV | 161.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 170 | 0.24 | 0 | 0.02 | 0.32 | 174.15 | 0.2 | 0.6 |
| Hex | 85 | AE | AA | 18 | 0 | 2 | 20 | AE | 14 | 3C |
| Octal | 205 | 256 | 252 | 30 | 0 | 2 | 40 | 256 | 24 | 74 |
| Binary | 10000101 | 10101110 | 10101010 | 11000 | 0 | 10 | 100000 | 10101110 | 10100 | 111100 |
Color Harmonies of #85AEAA
Complementary color
Monochromatic Colors of #85AEAA
Black with #85AEAA
Text Example
Text Example
White with #85AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AEAA; }
p { color: rgb(133,174,170); }
H1.HeaderClassName
{
color: #85AEAA;
}
.AnyTagClassName
{
color: #85AEAA;
}
</style>
background-color css
<style>
a { background-color: #85AEAA; }
a { background-color: rgb(133,174,170); }
div.DivClassName
{
background-color: #85AEAA;
}
.BgClassName
{
background-color: #85AEAA;
}
</style>
border-color css
<style>
span { border-color: #85AEAA; }
span { border-color: rgb(133,174,170); }
td.TdClassName
{
border-color: #85AEAA;
}
.TagClassName
{
border-color: #85AEAA;
}
</style>