Shades of Sea Nymph #89BFAC
Tints of Sea Nymph #89BFAC
RGB
CMYK
RGB Variations
Color information
#89BFAC (or 0x89BFAC) is known color: Sea Nymph. HEX triplet: 89, BF and AC. RGB value is (137,191,172). Sum of RGB (Red+Green+Blue) = 137+191+172=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #89BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BFAC is #764053. Grayscale: #ACACAC. Windows color (decimal): -7749716 or 11321225. OLE color: 11321225.
HSL color Cylindrical-coordinate representation of color #89BFAC: hue angle of 158.89º 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 #89BFAC is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 172 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.25 |
| HSL | 158.89º | 0.3% | 0.64% | - |
| HSV(B) | 158.89º | 0.28% | 0.75% | - |
| XYZ | 36.39 | 45.56 | 45.91 | - |
| YUV | 172.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 172 | 0.28 | 0 | 0.10 | 0.25 | 158.89 | 0.3 | 0.64 |
| Hex | 89 | BF | AC | 1C | 0 | A | 19 | 9F | 1E | 40 |
| Octal | 211 | 277 | 254 | 34 | 0 | 12 | 31 | 237 | 36 | 100 |
| Binary | 10001001 | 10111111 | 10101100 | 11100 | 0 | 1010 | 11001 | 10011111 | 11110 | 1000000 |
Color Harmonies of #89BFAC
Complementary color
Monochromatic Colors of #89BFAC
Black with #89BFAC
Text Example
Text Example
White with #89BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFAC; }
p { color: rgb(137,191,172); }
H1.HeaderClassName
{
color: #89BFAC;
}
.AnyTagClassName
{
color: #89BFAC;
}
</style>
background-color css
<style>
a { background-color: #89BFAC; }
a { background-color: rgb(137,191,172); }
div.DivClassName
{
background-color: #89BFAC;
}
.BgClassName
{
background-color: #89BFAC;
}
</style>
border-color css
<style>
span { border-color: #89BFAC; }
span { border-color: rgb(137,191,172); }
td.TdClassName
{
border-color: #89BFAC;
}
.TagClassName
{
border-color: #89BFAC;
}
</style>