Shades of Sea Nymph #89B8A8
Tints of Sea Nymph #89B8A8
RGB
CMYK
RGB Variations
Color information
#89B8A8 (or 0x89B8A8) is known color: Sea Nymph. HEX triplet: 89, B8 and A8. RGB value is (137,184,168). Sum of RGB (Red+Green+Blue) = 137+184+168=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #89B8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B8A8 is #764757. Grayscale: #A8A8A8. Windows color (decimal): -7751512 or 11057289. OLE color: 11057289.
HSL color Cylindrical-coordinate representation of color #89B8A8: hue angle of 159.57º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89B8A8 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 184 | 168 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.28 |
| HSL | 159.57º | 0.25% | 0.63% | - |
| HSV(B) | 159.57º | 0.26% | 0.72% | - |
| XYZ | 34.52 | 42.43 | 43.42 | - |
| YUV | 168.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 184 | 168 | 0.26 | 0 | 0.09 | 0.28 | 159.57 | 0.25 | 0.63 |
| Hex | 89 | B8 | A8 | 1A | 0 | 9 | 1C | A0 | 19 | 3F |
| Octal | 211 | 270 | 250 | 32 | 0 | 11 | 34 | 240 | 31 | 77 |
| Binary | 10001001 | 10111000 | 10101000 | 11010 | 0 | 1001 | 11100 | 10100000 | 11001 | 111111 |
Color Harmonies of #89B8A8
Complementary color
Monochromatic Colors of #89B8A8
Black with #89B8A8
Text Example
Text Example
White with #89B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B8A8; }
p { color: rgb(137,184,168); }
H1.HeaderClassName
{
color: #89B8A8;
}
.AnyTagClassName
{
color: #89B8A8;
}
</style>
background-color css
<style>
a { background-color: #89B8A8; }
a { background-color: rgb(137,184,168); }
div.DivClassName
{
background-color: #89B8A8;
}
.BgClassName
{
background-color: #89B8A8;
}
</style>
border-color css
<style>
span { border-color: #89B8A8; }
span { border-color: rgb(137,184,168); }
td.TdClassName
{
border-color: #89B8A8;
}
.TagClassName
{
border-color: #89B8A8;
}
</style>