Shades of Sea Nymph #89AFA8
Tints of Sea Nymph #89AFA8
RGB
CMYK
RGB Variations
Color information
#89AFA8 (or 0x89AFA8) is known color: Sea Nymph. HEX triplet: 89, AF and A8. RGB value is (137,175,168). Sum of RGB (Red+Green+Blue) = 137+175+168=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #89AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AFA8 is #765057. Grayscale: #A2A2A2. Windows color (decimal): -7753816 or 11054985. OLE color: 11054985.
HSL color Cylindrical-coordinate representation of color #89AFA8: hue angle of 168.95º degrees, saturation: 0.19, 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 #89AFA8 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 168 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.31 |
| HSL | 168.95º | 0.19% | 0.61% | - |
| HSV(B) | 168.95º | 0.22% | 0.69% | - |
| XYZ | 32.71 | 38.81 | 42.81 | - |
| YUV | 162.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 168 | 0.22 | 0 | 0.04 | 0.31 | 168.95 | 0.19 | 0.61 |
| Hex | 89 | AF | A8 | 16 | 0 | 4 | 1F | A9 | 13 | 3D |
| Octal | 211 | 257 | 250 | 26 | 0 | 4 | 37 | 251 | 23 | 75 |
| Binary | 10001001 | 10101111 | 10101000 | 10110 | 0 | 100 | 11111 | 10101001 | 10011 | 111101 |
Color Harmonies of #89AFA8
Complementary color
Monochromatic Colors of #89AFA8
Black with #89AFA8
Text Example
Text Example
White with #89AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFA8; }
p { color: rgb(137,175,168); }
H1.HeaderClassName
{
color: #89AFA8;
}
.AnyTagClassName
{
color: #89AFA8;
}
</style>
background-color css
<style>
a { background-color: #89AFA8; }
a { background-color: rgb(137,175,168); }
div.DivClassName
{
background-color: #89AFA8;
}
.BgClassName
{
background-color: #89AFA8;
}
</style>
border-color css
<style>
span { border-color: #89AFA8; }
span { border-color: rgb(137,175,168); }
td.TdClassName
{
border-color: #89AFA8;
}
.TagClassName
{
border-color: #89AFA8;
}
</style>