Shades of Sea Nymph #89AEA8
Tints of Sea Nymph #89AEA8
RGB
CMYK
RGB Variations
Color information
#89AEA8 (or 0x89AEA8) is known color: Sea Nymph. HEX triplet: 89, AE and A8. RGB value is (137,174,168). Sum of RGB (Red+Green+Blue) = 137+174+168=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 174 - color contains mainly: green. Hex color #89AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AEA8 is #765157. Grayscale: #A2A2A2. Windows color (decimal): -7754072 or 11054729. OLE color: 11054729.
HSL color Cylindrical-coordinate representation of color #89AEA8: hue angle of 170.27º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89AEA8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 174 | 168 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.32 |
| HSL | 170.27º | 0.19% | 0.61% | - |
| HSV(B) | 170.27º | 0.21% | 0.68% | - |
| XYZ | 32.52 | 38.42 | 42.75 | - |
| YUV | 162.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 168 | 0.21 | 0 | 0.03 | 0.32 | 170.27 | 0.19 | 0.61 |
| Hex | 89 | AE | A8 | 15 | 0 | 3 | 20 | AA | 13 | 3D |
| Octal | 211 | 256 | 250 | 25 | 0 | 3 | 40 | 252 | 23 | 75 |
| Binary | 10001001 | 10101110 | 10101000 | 10101 | 0 | 11 | 100000 | 10101010 | 10011 | 111101 |
Color Harmonies of #89AEA8
Complementary color
Monochromatic Colors of #89AEA8
Black with #89AEA8
Text Example
Text Example
White with #89AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AEA8; }
p { color: rgb(137,174,168); }
H1.HeaderClassName
{
color: #89AEA8;
}
.AnyTagClassName
{
color: #89AEA8;
}
</style>
background-color css
<style>
a { background-color: #89AEA8; }
a { background-color: rgb(137,174,168); }
div.DivClassName
{
background-color: #89AEA8;
}
.BgClassName
{
background-color: #89AEA8;
}
</style>
border-color css
<style>
span { border-color: #89AEA8; }
span { border-color: rgb(137,174,168); }
td.TdClassName
{
border-color: #89AEA8;
}
.TagClassName
{
border-color: #89AEA8;
}
</style>