Shades of Sea Nymph #89A9A3
Tints of Sea Nymph #89A9A3
RGB
CMYK
RGB Variations
Color information
#89A9A3 (or 0x89A9A3) is known color: Sea Nymph. HEX triplet: 89, A9 and A3. RGB value is (137,169,163). Sum of RGB (Red+Green+Blue) = 137+169+163=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 169 - color contains mainly: green. Hex color #89A9A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A9A3 is #76565C. Grayscale: #9E9E9E. Windows color (decimal): -7755357 or 10725769. OLE color: 10725769.
HSL color Cylindrical-coordinate representation of color #89A9A3: hue angle of 168.75º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89A9A3 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 169 | 163 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.34 |
| HSL | 168.75º | 0.16% | 0.6% | - |
| HSV(B) | 168.75º | 0.19% | 0.66% | - |
| XYZ | 31.12 | 36.34 | 40.02 | - |
| YUV | 158.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 163 | 0.19 | 0 | 0.04 | 0.34 | 168.75 | 0.16 | 0.6 |
| Hex | 89 | A9 | A3 | 13 | 0 | 4 | 22 | A9 | 10 | 3C |
| Octal | 211 | 251 | 243 | 23 | 0 | 4 | 42 | 251 | 20 | 74 |
| Binary | 10001001 | 10101001 | 10100011 | 10011 | 0 | 100 | 100010 | 10101001 | 10000 | 111100 |
Color Harmonies of #89A9A3
Complementary color
Monochromatic Colors of #89A9A3
Black with #89A9A3
Text Example
Text Example
White with #89A9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A9A3; }
p { color: rgb(137,169,163); }
H1.HeaderClassName
{
color: #89A9A3;
}
.AnyTagClassName
{
color: #89A9A3;
}
</style>
background-color css
<style>
a { background-color: #89A9A3; }
a { background-color: rgb(137,169,163); }
div.DivClassName
{
background-color: #89A9A3;
}
.BgClassName
{
background-color: #89A9A3;
}
</style>
border-color css
<style>
span { border-color: #89A9A3; }
span { border-color: rgb(137,169,163); }
td.TdClassName
{
border-color: #89A9A3;
}
.TagClassName
{
border-color: #89A9A3;
}
</style>