Shades of Sea Nymph #89C2AA
Tints of Sea Nymph #89C2AA
RGB
CMYK
RGB Variations
Color information
#89C2AA (or 0x89C2AA) is known color: Sea Nymph. HEX triplet: 89, C2 and AA. RGB value is (137,194,170). Sum of RGB (Red+Green+Blue) = 137+194+170=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #89C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C2AA is #763D55. Grayscale: #AEAEAE. Windows color (decimal): -7748950 or 11190921. OLE color: 11190921.
HSL color Cylindrical-coordinate representation of color #89C2AA: hue angle of 154.74º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C2AA is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 170 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.24 |
| HSL | 154.74º | 0.32% | 0.65% | - |
| HSV(B) | 154.74º | 0.29% | 0.76% | - |
| XYZ | 36.86 | 46.8 | 45.12 | - |
| YUV | 174.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 170 | 0.29 | 0 | 0.12 | 0.24 | 154.74 | 0.32 | 0.65 |
| Hex | 89 | C2 | AA | 1D | 0 | C | 18 | 9B | 20 | 41 |
| Octal | 211 | 302 | 252 | 35 | 0 | 14 | 30 | 233 | 40 | 101 |
| Binary | 10001001 | 11000010 | 10101010 | 11101 | 0 | 1100 | 11000 | 10011011 | 100000 | 1000001 |
Color Harmonies of #89C2AA
Complementary color
Monochromatic Colors of #89C2AA
Black with #89C2AA
Text Example
Text Example
White with #89C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2AA; }
p { color: rgb(137,194,170); }
H1.HeaderClassName
{
color: #89C2AA;
}
.AnyTagClassName
{
color: #89C2AA;
}
</style>
background-color css
<style>
a { background-color: #89C2AA; }
a { background-color: rgb(137,194,170); }
div.DivClassName
{
background-color: #89C2AA;
}
.BgClassName
{
background-color: #89C2AA;
}
</style>
border-color css
<style>
span { border-color: #89C2AA; }
span { border-color: rgb(137,194,170); }
td.TdClassName
{
border-color: #89C2AA;
}
.TagClassName
{
border-color: #89C2AA;
}
</style>