Shades of Sea Nymph #89B9A3
Tints of Sea Nymph #89B9A3
RGB
CMYK
RGB Variations
Color information
#89B9A3 (or 0x89B9A3) is known color: Sea Nymph. HEX triplet: 89, B9 and A3. RGB value is (137,185,163). Sum of RGB (Red+Green+Blue) = 137+185+163=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #89B9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B9A3 is #76465C. Grayscale: #A8A8A8. Windows color (decimal): -7751261 or 10729865. OLE color: 10729865.
HSL color Cylindrical-coordinate representation of color #89B9A3: hue angle of 152.5º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89B9A3 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 185 | 163 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.27 |
| HSL | 152.5º | 0.26% | 0.63% | - |
| HSV(B) | 152.5º | 0.26% | 0.73% | - |
| XYZ | 34.28 | 42.66 | 41.08 | - |
| YUV | 168.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 185 | 163 | 0.26 | 0 | 0.12 | 0.27 | 152.5 | 0.26 | 0.63 |
| Hex | 89 | B9 | A3 | 1A | 0 | C | 1B | 98 | 1A | 3F |
| Octal | 211 | 271 | 243 | 32 | 0 | 14 | 33 | 230 | 32 | 77 |
| Binary | 10001001 | 10111001 | 10100011 | 11010 | 0 | 1100 | 11011 | 10011000 | 11010 | 111111 |
Color Harmonies of #89B9A3
Complementary color
Monochromatic Colors of #89B9A3
Black with #89B9A3
Text Example
Text Example
White with #89B9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B9A3; }
p { color: rgb(137,185,163); }
H1.HeaderClassName
{
color: #89B9A3;
}
.AnyTagClassName
{
color: #89B9A3;
}
</style>
background-color css
<style>
a { background-color: #89B9A3; }
a { background-color: rgb(137,185,163); }
div.DivClassName
{
background-color: #89B9A3;
}
.BgClassName
{
background-color: #89B9A3;
}
</style>
border-color css
<style>
span { border-color: #89B9A3; }
span { border-color: rgb(137,185,163); }
td.TdClassName
{
border-color: #89B9A3;
}
.TagClassName
{
border-color: #89B9A3;
}
</style>