Shades of Sea Nymph #89AFA4
Tints of Sea Nymph #89AFA4
RGB
CMYK
RGB Variations
Color information
#89AFA4 (or 0x89AFA4) is known color: Sea Nymph. HEX triplet: 89, AF and A4. RGB value is (137,175,164). Sum of RGB (Red+Green+Blue) = 137+175+164=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #89AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AFA4 is #76505B. Grayscale: #A2A2A2. Windows color (decimal): -7753820 or 10792841. OLE color: 10792841.
HSL color Cylindrical-coordinate representation of color #89AFA4: hue angle of 162.63º 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 #89AFA4 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 164 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.31 |
| HSL | 162.63º | 0.19% | 0.61% | - |
| HSV(B) | 162.63º | 0.22% | 0.69% | - |
| XYZ | 32.35 | 38.66 | 40.88 | - |
| YUV | 162.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 164 | 0.22 | 0 | 0.06 | 0.31 | 162.63 | 0.19 | 0.61 |
| Hex | 89 | AF | A4 | 16 | 0 | 6 | 1F | A3 | 13 | 3D |
| Octal | 211 | 257 | 244 | 26 | 0 | 6 | 37 | 243 | 23 | 75 |
| Binary | 10001001 | 10101111 | 10100100 | 10110 | 0 | 110 | 11111 | 10100011 | 10011 | 111101 |
Color Harmonies of #89AFA4
Complementary color
Monochromatic Colors of #89AFA4
Black with #89AFA4
Text Example
Text Example
White with #89AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFA4; }
p { color: rgb(137,175,164); }
H1.HeaderClassName
{
color: #89AFA4;
}
.AnyTagClassName
{
color: #89AFA4;
}
</style>
background-color css
<style>
a { background-color: #89AFA4; }
a { background-color: rgb(137,175,164); }
div.DivClassName
{
background-color: #89AFA4;
}
.BgClassName
{
background-color: #89AFA4;
}
</style>
border-color css
<style>
span { border-color: #89AFA4; }
span { border-color: rgb(137,175,164); }
td.TdClassName
{
border-color: #89AFA4;
}
.TagClassName
{
border-color: #89AFA4;
}
</style>