Shades of Sea Nymph #89B2AA
Tints of Sea Nymph #89B2AA
RGB
CMYK
RGB Variations
Color information
#89B2AA (or 0x89B2AA) is known color: Sea Nymph. HEX triplet: 89, B2 and AA. RGB value is (137,178,170). Sum of RGB (Red+Green+Blue) = 137+178+170=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #89B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89B2AA is #764D55. Grayscale: #A4A4A4. Windows color (decimal): -7753046 or 11186825. OLE color: 11186825.
HSL color Cylindrical-coordinate representation of color #89B2AA: hue angle of 168.29º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89B2AA is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 178 | 170 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.30 |
| HSL | 168.29º | 0.21% | 0.62% | - |
| HSV(B) | 168.29º | 0.23% | 0.7% | - |
| XYZ | 33.49 | 40.06 | 44 | - |
| YUV | 164.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 170 | 0.23 | 0 | 0.04 | 0.30 | 168.29 | 0.21 | 0.62 |
| Hex | 89 | B2 | AA | 17 | 0 | 4 | 1E | A8 | 15 | 3E |
| Octal | 211 | 262 | 252 | 27 | 0 | 4 | 36 | 250 | 25 | 76 |
| Binary | 10001001 | 10110010 | 10101010 | 10111 | 0 | 100 | 11110 | 10101000 | 10101 | 111110 |
Color Harmonies of #89B2AA
Complementary color
Monochromatic Colors of #89B2AA
Black with #89B2AA
Text Example
Text Example
White with #89B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B2AA; }
p { color: rgb(137,178,170); }
H1.HeaderClassName
{
color: #89B2AA;
}
.AnyTagClassName
{
color: #89B2AA;
}
</style>
background-color css
<style>
a { background-color: #89B2AA; }
a { background-color: rgb(137,178,170); }
div.DivClassName
{
background-color: #89B2AA;
}
.BgClassName
{
background-color: #89B2AA;
}
</style>
border-color css
<style>
span { border-color: #89B2AA; }
span { border-color: rgb(137,178,170); }
td.TdClassName
{
border-color: #89B2AA;
}
.TagClassName
{
border-color: #89B2AA;
}
</style>