Shades of Sea Nymph #89C0AA
Tints of Sea Nymph #89C0AA
RGB
CMYK
RGB Variations
Color information
#89C0AA (or 0x89C0AA) is known color: Sea Nymph. HEX triplet: 89, C0 and AA. RGB value is (137,192,170). Sum of RGB (Red+Green+Blue) = 137+192+170=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #89C0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C0AA is #763F55. Grayscale: #ADADAD. Windows color (decimal): -7749462 or 11190409. OLE color: 11190409.
HSL color Cylindrical-coordinate representation of color #89C0AA: hue angle of 156º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C0AA is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 170 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.25 |
| HSL | 156º | 0.3% | 0.65% | - |
| HSV(B) | 156º | 0.29% | 0.75% | - |
| XYZ | 36.42 | 45.92 | 44.97 | - |
| YUV | 173.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 170 | 0.29 | 0 | 0.11 | 0.25 | 156 | 0.3 | 0.65 |
| Hex | 89 | C0 | AA | 1D | 0 | B | 19 | 9C | 1E | 41 |
| Octal | 211 | 300 | 252 | 35 | 0 | 13 | 31 | 234 | 36 | 101 |
| Binary | 10001001 | 11000000 | 10101010 | 11101 | 0 | 1011 | 11001 | 10011100 | 11110 | 1000001 |
Color Harmonies of #89C0AA
Complementary color
Monochromatic Colors of #89C0AA
Black with #89C0AA
Text Example
Text Example
White with #89C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0AA; }
p { color: rgb(137,192,170); }
H1.HeaderClassName
{
color: #89C0AA;
}
.AnyTagClassName
{
color: #89C0AA;
}
</style>
background-color css
<style>
a { background-color: #89C0AA; }
a { background-color: rgb(137,192,170); }
div.DivClassName
{
background-color: #89C0AA;
}
.BgClassName
{
background-color: #89C0AA;
}
</style>
border-color css
<style>
span { border-color: #89C0AA; }
span { border-color: rgb(137,192,170); }
td.TdClassName
{
border-color: #89C0AA;
}
.TagClassName
{
border-color: #89C0AA;
}
</style>