Shades of Sea Nymph #89AFA5
Tints of Sea Nymph #89AFA5
RGB
CMYK
RGB Variations
Color information
#89AFA5 (or 0x89AFA5) is known color: Sea Nymph. HEX triplet: 89, AF and A5. RGB value is (137,175,165). Sum of RGB (Red+Green+Blue) = 137+175+165=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #89AFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AFA5 is #76505A. Grayscale: #A2A2A2. Windows color (decimal): -7753819 or 10858377. OLE color: 10858377.
HSL color Cylindrical-coordinate representation of color #89AFA5: hue angle of 164.21º 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 #89AFA5 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 165 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.31 |
| HSL | 164.21º | 0.19% | 0.61% | - |
| HSV(B) | 164.21º | 0.22% | 0.69% | - |
| XYZ | 32.44 | 38.69 | 41.36 | - |
| YUV | 162.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 165 | 0.22 | 0 | 0.06 | 0.31 | 164.21 | 0.19 | 0.61 |
| Hex | 89 | AF | A5 | 16 | 0 | 6 | 1F | A4 | 13 | 3D |
| Octal | 211 | 257 | 245 | 26 | 0 | 6 | 37 | 244 | 23 | 75 |
| Binary | 10001001 | 10101111 | 10100101 | 10110 | 0 | 110 | 11111 | 10100100 | 10011 | 111101 |
Color Harmonies of #89AFA5
Complementary color
Monochromatic Colors of #89AFA5
Black with #89AFA5
Text Example
Text Example
White with #89AFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFA5; }
p { color: rgb(137,175,165); }
H1.HeaderClassName
{
color: #89AFA5;
}
.AnyTagClassName
{
color: #89AFA5;
}
</style>
background-color css
<style>
a { background-color: #89AFA5; }
a { background-color: rgb(137,175,165); }
div.DivClassName
{
background-color: #89AFA5;
}
.BgClassName
{
background-color: #89AFA5;
}
</style>
border-color css
<style>
span { border-color: #89AFA5; }
span { border-color: rgb(137,175,165); }
td.TdClassName
{
border-color: #89AFA5;
}
.TagClassName
{
border-color: #89AFA5;
}
</style>