Shades of Sea Nymph #85AEA9
Tints of Sea Nymph #85AEA9
RGB
CMYK
RGB Variations
Color information
#85AEA9 (or 0x85AEA9) is known color: Sea Nymph. HEX triplet: 85, AE and A9. RGB value is (133,174,169). Sum of RGB (Red+Green+Blue) = 133+174+169=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #85AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AEA9 is #7A5156. Grayscale: #A1A1A1. Windows color (decimal): -8016215 or 11120261. OLE color: 11120261.
HSL color Cylindrical-coordinate representation of color #85AEA9: hue angle of 172.68º 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 #85AEA9 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 174 | 169 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.32 |
| HSL | 172.68º | 0.2% | 0.6% | - |
| HSV(B) | 172.68º | 0.24% | 0.68% | - |
| XYZ | 31.97 | 38.12 | 43.21 | - |
| YUV | 161.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 169 | 0.24 | 0 | 0.03 | 0.32 | 172.68 | 0.2 | 0.6 |
| Hex | 85 | AE | A9 | 18 | 0 | 3 | 20 | AD | 14 | 3C |
| Octal | 205 | 256 | 251 | 30 | 0 | 3 | 40 | 255 | 24 | 74 |
| Binary | 10000101 | 10101110 | 10101001 | 11000 | 0 | 11 | 100000 | 10101101 | 10100 | 111100 |
Color Harmonies of #85AEA9
Complementary color
Monochromatic Colors of #85AEA9
Black with #85AEA9
Text Example
Text Example
White with #85AEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AEA9; }
p { color: rgb(133,174,169); }
H1.HeaderClassName
{
color: #85AEA9;
}
.AnyTagClassName
{
color: #85AEA9;
}
</style>
background-color css
<style>
a { background-color: #85AEA9; }
a { background-color: rgb(133,174,169); }
div.DivClassName
{
background-color: #85AEA9;
}
.BgClassName
{
background-color: #85AEA9;
}
</style>
border-color css
<style>
span { border-color: #85AEA9; }
span { border-color: rgb(133,174,169); }
td.TdClassName
{
border-color: #85AEA9;
}
.TagClassName
{
border-color: #85AEA9;
}
</style>