Shades of Sea Nymph #89C0A8
Tints of Sea Nymph #89C0A8
RGB
CMYK
RGB Variations
Color information
#89C0A8 (or 0x89C0A8) is known color: Sea Nymph. HEX triplet: 89, C0 and A8. RGB value is (137,192,168). Sum of RGB (Red+Green+Blue) = 137+192+168=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #89C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C0A8 is #763F57. Grayscale: #ACACAC. Windows color (decimal): -7749464 or 11059337. OLE color: 11059337.
HSL color Cylindrical-coordinate representation of color #89C0A8: hue angle of 153.82º 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 #89C0A8 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 168 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.25 |
| HSL | 153.82º | 0.3% | 0.65% | - |
| HSV(B) | 153.82º | 0.29% | 0.75% | - |
| XYZ | 36.23 | 45.84 | 43.98 | - |
| YUV | 172.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 168 | 0.29 | 0 | 0.12 | 0.25 | 153.82 | 0.3 | 0.65 |
| Hex | 89 | C0 | A8 | 1D | 0 | C | 19 | 9A | 1E | 41 |
| Octal | 211 | 300 | 250 | 35 | 0 | 14 | 31 | 232 | 36 | 101 |
| Binary | 10001001 | 11000000 | 10101000 | 11101 | 0 | 1100 | 11001 | 10011010 | 11110 | 1000001 |
Color Harmonies of #89C0A8
Complementary color
Monochromatic Colors of #89C0A8
Black with #89C0A8
Text Example
Text Example
White with #89C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0A8; }
p { color: rgb(137,192,168); }
H1.HeaderClassName
{
color: #89C0A8;
}
.AnyTagClassName
{
color: #89C0A8;
}
</style>
background-color css
<style>
a { background-color: #89C0A8; }
a { background-color: rgb(137,192,168); }
div.DivClassName
{
background-color: #89C0A8;
}
.BgClassName
{
background-color: #89C0A8;
}
</style>
border-color css
<style>
span { border-color: #89C0A8; }
span { border-color: rgb(137,192,168); }
td.TdClassName
{
border-color: #89C0A8;
}
.TagClassName
{
border-color: #89C0A8;
}
</style>