Shades of Sea Nymph #89B0A1
Tints of Sea Nymph #89B0A1
RGB
CMYK
RGB Variations
Color information
#89B0A1 (or 0x89B0A1) is known color: Sea Nymph. HEX triplet: 89, B0 and A1. RGB value is (137,176,161). Sum of RGB (Red+Green+Blue) = 137+176+161=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 176 - color contains mainly: green. Hex color #89B0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89B0A1 is #764F5E. Grayscale: #A2A2A2. Windows color (decimal): -7753567 or 10596489. OLE color: 10596489.
HSL color Cylindrical-coordinate representation of color #89B0A1: hue angle of 156.92º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89B0A1 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 176 | 161 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.31 |
| HSL | 156.92º | 0.2% | 0.61% | - |
| HSV(B) | 156.92º | 0.22% | 0.69% | - |
| XYZ | 32.27 | 38.94 | 39.53 | - |
| YUV | 162.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 161 | 0.22 | 0 | 0.09 | 0.31 | 156.92 | 0.2 | 0.61 |
| Hex | 89 | B0 | A1 | 16 | 0 | 9 | 1F | 9D | 14 | 3D |
| Octal | 211 | 260 | 241 | 26 | 0 | 11 | 37 | 235 | 24 | 75 |
| Binary | 10001001 | 10110000 | 10100001 | 10110 | 0 | 1001 | 11111 | 10011101 | 10100 | 111101 |
Color Harmonies of #89B0A1
Complementary color
Monochromatic Colors of #89B0A1
Black with #89B0A1
Text Example
Text Example
White with #89B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B0A1; }
p { color: rgb(137,176,161); }
H1.HeaderClassName
{
color: #89B0A1;
}
.AnyTagClassName
{
color: #89B0A1;
}
</style>
background-color css
<style>
a { background-color: #89B0A1; }
a { background-color: rgb(137,176,161); }
div.DivClassName
{
background-color: #89B0A1;
}
.BgClassName
{
background-color: #89B0A1;
}
</style>
border-color css
<style>
span { border-color: #89B0A1; }
span { border-color: rgb(137,176,161); }
td.TdClassName
{
border-color: #89B0A1;
}
.TagClassName
{
border-color: #89B0A1;
}
</style>