Shades of Sea Nymph #89BFA8
Tints of Sea Nymph #89BFA8
RGB
CMYK
RGB Variations
Color information
#89BFA8 (or 0x89BFA8) is known color: Sea Nymph. HEX triplet: 89, BF and A8. RGB value is (137,191,168). Sum of RGB (Red+Green+Blue) = 137+191+168=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #89BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BFA8 is #764057. Grayscale: #ACACAC. Windows color (decimal): -7749720 or 11059081. OLE color: 11059081.
HSL color Cylindrical-coordinate representation of color #89BFA8: hue angle of 154.44º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BFA8 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 168 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.25 |
| HSL | 154.44º | 0.3% | 0.64% | - |
| HSV(B) | 154.44º | 0.28% | 0.75% | - |
| XYZ | 36.02 | 45.41 | 43.91 | - |
| YUV | 172.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 168 | 0.28 | 0 | 0.12 | 0.25 | 154.44 | 0.3 | 0.64 |
| Hex | 89 | BF | A8 | 1C | 0 | C | 19 | 9A | 1E | 40 |
| Octal | 211 | 277 | 250 | 34 | 0 | 14 | 31 | 232 | 36 | 100 |
| Binary | 10001001 | 10111111 | 10101000 | 11100 | 0 | 1100 | 11001 | 10011010 | 11110 | 1000000 |
Color Harmonies of #89BFA8
Complementary color
Monochromatic Colors of #89BFA8
Black with #89BFA8
Text Example
Text Example
White with #89BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFA8; }
p { color: rgb(137,191,168); }
H1.HeaderClassName
{
color: #89BFA8;
}
.AnyTagClassName
{
color: #89BFA8;
}
</style>
background-color css
<style>
a { background-color: #89BFA8; }
a { background-color: rgb(137,191,168); }
div.DivClassName
{
background-color: #89BFA8;
}
.BgClassName
{
background-color: #89BFA8;
}
</style>
border-color css
<style>
span { border-color: #89BFA8; }
span { border-color: rgb(137,191,168); }
td.TdClassName
{
border-color: #89BFA8;
}
.TagClassName
{
border-color: #89BFA8;
}
</style>