Shades of Sea Nymph #88B1A1
Tints of Sea Nymph #88B1A1
RGB
CMYK
RGB Variations
Color information
#88B1A1 (or 0x88B1A1) is known color: Sea Nymph. HEX triplet: 88, B1 and A1. RGB value is (136,177,161). Sum of RGB (Red+Green+Blue) = 136+177+161=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #88B1A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B1A1 is #774E5E. Grayscale: #A2A2A2. Windows color (decimal): -7818847 or 10596744. OLE color: 10596744.
HSL color Cylindrical-coordinate representation of color #88B1A1: hue angle of 156.59º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88B1A1 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 177 | 161 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.31 |
| HSL | 156.59º | 0.21% | 0.61% | - |
| HSV(B) | 156.59º | 0.23% | 0.69% | - |
| XYZ | 32.31 | 39.25 | 39.59 | - |
| YUV | 162.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 177 | 161 | 0.23 | 0 | 0.09 | 0.31 | 156.59 | 0.21 | 0.61 |
| Hex | 88 | B1 | A1 | 17 | 0 | 9 | 1F | 9D | 15 | 3D |
| Octal | 210 | 261 | 241 | 27 | 0 | 11 | 37 | 235 | 25 | 75 |
| Binary | 10001000 | 10110001 | 10100001 | 10111 | 0 | 1001 | 11111 | 10011101 | 10101 | 111101 |
Color Harmonies of #88B1A1
Complementary color
Monochromatic Colors of #88B1A1
Black with #88B1A1
Text Example
Text Example
White with #88B1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B1A1; }
p { color: rgb(136,177,161); }
H1.HeaderClassName
{
color: #88B1A1;
}
.AnyTagClassName
{
color: #88B1A1;
}
</style>
background-color css
<style>
a { background-color: #88B1A1; }
a { background-color: rgb(136,177,161); }
div.DivClassName
{
background-color: #88B1A1;
}
.BgClassName
{
background-color: #88B1A1;
}
</style>
border-color css
<style>
span { border-color: #88B1A1; }
span { border-color: rgb(136,177,161); }
td.TdClassName
{
border-color: #88B1A1;
}
.TagClassName
{
border-color: #88B1A1;
}
</style>