Shades of Sea Nymph #89AEA9
Tints of Sea Nymph #89AEA9
RGB
CMYK
RGB Variations
Color information
#89AEA9 (or 0x89AEA9) is known color: Sea Nymph. HEX triplet: 89, AE and A9. RGB value is (137,174,169). Sum of RGB (Red+Green+Blue) = 137+174+169=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #89AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AEA9 is #765156. Grayscale: #A2A2A2. Windows color (decimal): -7754071 or 11120265. OLE color: 11120265.
HSL color Cylindrical-coordinate representation of color #89AEA9: hue angle of 171.89º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89AEA9 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 174 | 169 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.32 |
| HSL | 171.89º | 0.19% | 0.61% | - |
| HSV(B) | 171.89º | 0.21% | 0.68% | - |
| XYZ | 32.61 | 38.46 | 43.24 | - |
| YUV | 162.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 169 | 0.21 | 0 | 0.03 | 0.32 | 171.89 | 0.19 | 0.61 |
| Hex | 89 | AE | A9 | 15 | 0 | 3 | 20 | AC | 13 | 3D |
| Octal | 211 | 256 | 251 | 25 | 0 | 3 | 40 | 254 | 23 | 75 |
| Binary | 10001001 | 10101110 | 10101001 | 10101 | 0 | 11 | 100000 | 10101100 | 10011 | 111101 |
Color Harmonies of #89AEA9
Complementary color
Monochromatic Colors of #89AEA9
Black with #89AEA9
Text Example
Text Example
White with #89AEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AEA9; }
p { color: rgb(137,174,169); }
H1.HeaderClassName
{
color: #89AEA9;
}
.AnyTagClassName
{
color: #89AEA9;
}
</style>
background-color css
<style>
a { background-color: #89AEA9; }
a { background-color: rgb(137,174,169); }
div.DivClassName
{
background-color: #89AEA9;
}
.BgClassName
{
background-color: #89AEA9;
}
</style>
border-color css
<style>
span { border-color: #89AEA9; }
span { border-color: rgb(137,174,169); }
td.TdClassName
{
border-color: #89AEA9;
}
.TagClassName
{
border-color: #89AEA9;
}
</style>