Shades of Sea Nymph #89BDA8
Tints of Sea Nymph #89BDA8
RGB
CMYK
RGB Variations
Color information
#89BDA8 (or 0x89BDA8) is known color: Sea Nymph. HEX triplet: 89, BD and A8. RGB value is (137,189,168). Sum of RGB (Red+Green+Blue) = 137+189+168=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #89BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BDA8 is #764257. Grayscale: #ABABAB. Windows color (decimal): -7750232 or 11058569. OLE color: 11058569.
HSL color Cylindrical-coordinate representation of color #89BDA8: hue angle of 155.77º 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 #89BDA8 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 168 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.26 |
| HSL | 155.77º | 0.28% | 0.64% | - |
| HSV(B) | 155.77º | 0.28% | 0.74% | - |
| XYZ | 35.58 | 44.54 | 43.77 | - |
| YUV | 171.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 168 | 0.28 | 0 | 0.11 | 0.26 | 155.77 | 0.28 | 0.64 |
| Hex | 89 | BD | A8 | 1C | 0 | B | 1A | 9C | 1C | 40 |
| Octal | 211 | 275 | 250 | 34 | 0 | 13 | 32 | 234 | 34 | 100 |
| Binary | 10001001 | 10111101 | 10101000 | 11100 | 0 | 1011 | 11010 | 10011100 | 11100 | 1000000 |
Color Harmonies of #89BDA8
Complementary color
Monochromatic Colors of #89BDA8
Black with #89BDA8
Text Example
Text Example
White with #89BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDA8; }
p { color: rgb(137,189,168); }
H1.HeaderClassName
{
color: #89BDA8;
}
.AnyTagClassName
{
color: #89BDA8;
}
</style>
background-color css
<style>
a { background-color: #89BDA8; }
a { background-color: rgb(137,189,168); }
div.DivClassName
{
background-color: #89BDA8;
}
.BgClassName
{
background-color: #89BDA8;
}
</style>
border-color css
<style>
span { border-color: #89BDA8; }
span { border-color: rgb(137,189,168); }
td.TdClassName
{
border-color: #89BDA8;
}
.TagClassName
{
border-color: #89BDA8;
}
</style>