Shades of Sea Nymph #88BBA7
Tints of Sea Nymph #88BBA7
RGB
CMYK
RGB Variations
Color information
#88BBA7 (or 0x88BBA7) is known color: Sea Nymph. HEX triplet: 88, BB and A7. RGB value is (136,187,167). Sum of RGB (Red+Green+Blue) = 136+187+167=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #88BBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BBA7 is #774458. Grayscale: #A9A9A9. Windows color (decimal): -7816281 or 10992520. OLE color: 10992520.
HSL color Cylindrical-coordinate representation of color #88BBA7: hue angle of 156.47º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BBA7 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 187 | 167 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.27 |
| HSL | 156.47º | 0.27% | 0.63% | - |
| HSV(B) | 156.47º | 0.27% | 0.73% | - |
| XYZ | 34.9 | 43.56 | 43.13 | - |
| YUV | 169.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 167 | 0.27 | 0 | 0.11 | 0.27 | 156.47 | 0.27 | 0.63 |
| Hex | 88 | BB | A7 | 1B | 0 | B | 1B | 9C | 1B | 3F |
| Octal | 210 | 273 | 247 | 33 | 0 | 13 | 33 | 234 | 33 | 77 |
| Binary | 10001000 | 10111011 | 10100111 | 11011 | 0 | 1011 | 11011 | 10011100 | 11011 | 111111 |
Color Harmonies of #88BBA7
Complementary color
Monochromatic Colors of #88BBA7
Black with #88BBA7
Text Example
Text Example
White with #88BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBA7; }
p { color: rgb(136,187,167); }
H1.HeaderClassName
{
color: #88BBA7;
}
.AnyTagClassName
{
color: #88BBA7;
}
</style>
background-color css
<style>
a { background-color: #88BBA7; }
a { background-color: rgb(136,187,167); }
div.DivClassName
{
background-color: #88BBA7;
}
.BgClassName
{
background-color: #88BBA7;
}
</style>
border-color css
<style>
span { border-color: #88BBA7; }
span { border-color: rgb(136,187,167); }
td.TdClassName
{
border-color: #88BBA7;
}
.TagClassName
{
border-color: #88BBA7;
}
</style>