Shades of Sea Nymph #89AFA2
Tints of Sea Nymph #89AFA2
RGB
CMYK
RGB Variations
Color information
#89AFA2 (or 0x89AFA2) is known color: Sea Nymph. HEX triplet: 89, AF and A2. RGB value is (137,175,162). Sum of RGB (Red+Green+Blue) = 137+175+162=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #89AFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AFA2 is #76505D. Grayscale: #A2A2A2. Windows color (decimal): -7753822 or 10661769. OLE color: 10661769.
HSL color Cylindrical-coordinate representation of color #89AFA2: hue angle of 159.47º 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 #89AFA2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 162 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.31 |
| HSL | 159.47º | 0.19% | 0.61% | - |
| HSV(B) | 159.47º | 0.22% | 0.69% | - |
| XYZ | 32.17 | 38.59 | 39.94 | - |
| YUV | 162.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 162 | 0.22 | 0 | 0.07 | 0.31 | 159.47 | 0.19 | 0.61 |
| Hex | 89 | AF | A2 | 16 | 0 | 7 | 1F | 9F | 13 | 3D |
| Octal | 211 | 257 | 242 | 26 | 0 | 7 | 37 | 237 | 23 | 75 |
| Binary | 10001001 | 10101111 | 10100010 | 10110 | 0 | 111 | 11111 | 10011111 | 10011 | 111101 |
Color Harmonies of #89AFA2
Complementary color
Monochromatic Colors of #89AFA2
Black with #89AFA2
Text Example
Text Example
White with #89AFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFA2; }
p { color: rgb(137,175,162); }
H1.HeaderClassName
{
color: #89AFA2;
}
.AnyTagClassName
{
color: #89AFA2;
}
</style>
background-color css
<style>
a { background-color: #89AFA2; }
a { background-color: rgb(137,175,162); }
div.DivClassName
{
background-color: #89AFA2;
}
.BgClassName
{
background-color: #89AFA2;
}
</style>
border-color css
<style>
span { border-color: #89AFA2; }
span { border-color: rgb(137,175,162); }
td.TdClassName
{
border-color: #89AFA2;
}
.TagClassName
{
border-color: #89AFA2;
}
</style>