Shades of Sea Nymph #88BFAC
Tints of Sea Nymph #88BFAC
RGB
CMYK
RGB Variations
Color information
#88BFAC (or 0x88BFAC) is known color: Sea Nymph. HEX triplet: 88, BF and AC. RGB value is (136,191,172). Sum of RGB (Red+Green+Blue) = 136+191+172=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #88BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BFAC is #774053. Grayscale: #ACACAC. Windows color (decimal): -7815252 or 11321224. OLE color: 11321224.
HSL color Cylindrical-coordinate representation of color #88BFAC: hue angle of 159.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BFAC is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 172 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.25 |
| HSL | 159.27º | 0.3% | 0.64% | - |
| HSV(B) | 159.27º | 0.29% | 0.75% | - |
| XYZ | 36.23 | 45.47 | 45.9 | - |
| YUV | 172.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 172 | 0.29 | 0 | 0.10 | 0.25 | 159.27 | 0.3 | 0.64 |
| Hex | 88 | BF | AC | 1D | 0 | A | 19 | 9F | 1E | 40 |
| Octal | 210 | 277 | 254 | 35 | 0 | 12 | 31 | 237 | 36 | 100 |
| Binary | 10001000 | 10111111 | 10101100 | 11101 | 0 | 1010 | 11001 | 10011111 | 11110 | 1000000 |
Color Harmonies of #88BFAC
Complementary color
Monochromatic Colors of #88BFAC
Black with #88BFAC
Text Example
Text Example
White with #88BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFAC; }
p { color: rgb(136,191,172); }
H1.HeaderClassName
{
color: #88BFAC;
}
.AnyTagClassName
{
color: #88BFAC;
}
</style>
background-color css
<style>
a { background-color: #88BFAC; }
a { background-color: rgb(136,191,172); }
div.DivClassName
{
background-color: #88BFAC;
}
.BgClassName
{
background-color: #88BFAC;
}
</style>
border-color css
<style>
span { border-color: #88BFAC; }
span { border-color: rgb(136,191,172); }
td.TdClassName
{
border-color: #88BFAC;
}
.TagClassName
{
border-color: #88BFAC;
}
</style>