Shades of Sea Nymph #89BDA7
Tints of Sea Nymph #89BDA7
RGB
CMYK
RGB Variations
Color information
#89BDA7 (or 0x89BDA7) is known color: Sea Nymph. HEX triplet: 89, BD and A7. RGB value is (137,189,167). Sum of RGB (Red+Green+Blue) = 137+189+167=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #89BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BDA7 is #764258. Grayscale: #AAAAAA. Windows color (decimal): -7750233 or 10993033. OLE color: 10993033.
HSL color Cylindrical-coordinate representation of color #89BDA7: hue angle of 154.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BDA7 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 167 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.26 |
| HSL | 154.62º | 0.28% | 0.64% | - |
| HSV(B) | 154.62º | 0.28% | 0.74% | - |
| XYZ | 35.49 | 44.5 | 43.28 | - |
| YUV | 170.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 167 | 0.28 | 0 | 0.12 | 0.26 | 154.62 | 0.28 | 0.64 |
| Hex | 89 | BD | A7 | 1C | 0 | C | 1A | 9B | 1C | 40 |
| Octal | 211 | 275 | 247 | 34 | 0 | 14 | 32 | 233 | 34 | 100 |
| Binary | 10001001 | 10111101 | 10100111 | 11100 | 0 | 1100 | 11010 | 10011011 | 11100 | 1000000 |
Color Harmonies of #89BDA7
Complementary color
Monochromatic Colors of #89BDA7
Black with #89BDA7
Text Example
Text Example
White with #89BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDA7; }
p { color: rgb(137,189,167); }
H1.HeaderClassName
{
color: #89BDA7;
}
.AnyTagClassName
{
color: #89BDA7;
}
</style>
background-color css
<style>
a { background-color: #89BDA7; }
a { background-color: rgb(137,189,167); }
div.DivClassName
{
background-color: #89BDA7;
}
.BgClassName
{
background-color: #89BDA7;
}
</style>
border-color css
<style>
span { border-color: #89BDA7; }
span { border-color: rgb(137,189,167); }
td.TdClassName
{
border-color: #89BDA7;
}
.TagClassName
{
border-color: #89BDA7;
}
</style>