Shades of Sea Nymph #88B1A8
Tints of Sea Nymph #88B1A8
RGB
CMYK
RGB Variations
Color information
#88B1A8 (or 0x88B1A8) is known color: Sea Nymph. HEX triplet: 88, B1 and A8. RGB value is (136,177,168). Sum of RGB (Red+Green+Blue) = 136+177+168=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #88B1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B1A8 is #774E57. Grayscale: #A3A3A3. Windows color (decimal): -7818840 or 11055496. OLE color: 11055496.
HSL color Cylindrical-coordinate representation of color #88B1A8: hue angle of 166.83º 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 #88B1A8 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 177 | 168 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.31 |
| HSL | 166.83º | 0.21% | 0.61% | - |
| HSV(B) | 166.83º | 0.23% | 0.69% | - |
| XYZ | 32.94 | 39.51 | 42.93 | - |
| YUV | 163.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 177 | 168 | 0.23 | 0 | 0.05 | 0.31 | 166.83 | 0.21 | 0.61 |
| Hex | 88 | B1 | A8 | 17 | 0 | 5 | 1F | A7 | 15 | 3D |
| Octal | 210 | 261 | 250 | 27 | 0 | 5 | 37 | 247 | 25 | 75 |
| Binary | 10001000 | 10110001 | 10101000 | 10111 | 0 | 101 | 11111 | 10100111 | 10101 | 111101 |
Color Harmonies of #88B1A8
Complementary color
Monochromatic Colors of #88B1A8
Black with #88B1A8
Text Example
Text Example
White with #88B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B1A8; }
p { color: rgb(136,177,168); }
H1.HeaderClassName
{
color: #88B1A8;
}
.AnyTagClassName
{
color: #88B1A8;
}
</style>
background-color css
<style>
a { background-color: #88B1A8; }
a { background-color: rgb(136,177,168); }
div.DivClassName
{
background-color: #88B1A8;
}
.BgClassName
{
background-color: #88B1A8;
}
</style>
border-color css
<style>
span { border-color: #88B1A8; }
span { border-color: rgb(136,177,168); }
td.TdClassName
{
border-color: #88B1A8;
}
.TagClassName
{
border-color: #88B1A8;
}
</style>