Shades of Sea Nymph #89B0AA
Tints of Sea Nymph #89B0AA
RGB
CMYK
RGB Variations
Color information
#89B0AA (or 0x89B0AA) is known color: Sea Nymph. HEX triplet: 89, B0 and AA. RGB value is (137,176,170). Sum of RGB (Red+Green+Blue) = 137+176+170=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #89B0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89B0AA is #764F55. Grayscale: #A3A3A3. Windows color (decimal): -7753558 or 11186313. OLE color: 11186313.
HSL color Cylindrical-coordinate representation of color #89B0AA: hue angle of 170.77º 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 #89B0AA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 176 | 170 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.31 |
| HSL | 170.77º | 0.2% | 0.61% | - |
| HSV(B) | 170.77º | 0.22% | 0.69% | - |
| XYZ | 33.1 | 39.27 | 43.87 | - |
| YUV | 163.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 170 | 0.22 | 0 | 0.03 | 0.31 | 170.77 | 0.2 | 0.61 |
| Hex | 89 | B0 | AA | 16 | 0 | 3 | 1F | AB | 14 | 3D |
| Octal | 211 | 260 | 252 | 26 | 0 | 3 | 37 | 253 | 24 | 75 |
| Binary | 10001001 | 10110000 | 10101010 | 10110 | 0 | 11 | 11111 | 10101011 | 10100 | 111101 |
Color Harmonies of #89B0AA
Complementary color
Monochromatic Colors of #89B0AA
Black with #89B0AA
Text Example
Text Example
White with #89B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B0AA; }
p { color: rgb(137,176,170); }
H1.HeaderClassName
{
color: #89B0AA;
}
.AnyTagClassName
{
color: #89B0AA;
}
</style>
background-color css
<style>
a { background-color: #89B0AA; }
a { background-color: rgb(137,176,170); }
div.DivClassName
{
background-color: #89B0AA;
}
.BgClassName
{
background-color: #89B0AA;
}
</style>
border-color css
<style>
span { border-color: #89B0AA; }
span { border-color: rgb(137,176,170); }
td.TdClassName
{
border-color: #89B0AA;
}
.TagClassName
{
border-color: #89B0AA;
}
</style>