Shades of Sea Nymph #88B2AB
Tints of Sea Nymph #88B2AB
RGB
CMYK
RGB Variations
Color information
#88B2AB (or 0x88B2AB) is known color: Sea Nymph. HEX triplet: 88, B2 and AB. RGB value is (136,178,171). Sum of RGB (Red+Green+Blue) = 136+178+171=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #88B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B2AB is #774D54. Grayscale: #A4A4A4. Windows color (decimal): -7818581 or 11252360. OLE color: 11252360.
HSL color Cylindrical-coordinate representation of color #88B2AB: hue angle of 170º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B2AB is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 178 | 171 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.30 |
| HSL | 170º | 0.21% | 0.62% | - |
| HSV(B) | 170º | 0.24% | 0.7% | - |
| XYZ | 33.42 | 40.02 | 44.49 | - |
| YUV | 164.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 171 | 0.24 | 0 | 0.04 | 0.30 | 170 | 0.21 | 0.62 |
| Hex | 88 | B2 | AB | 18 | 0 | 4 | 1E | AA | 15 | 3E |
| Octal | 210 | 262 | 253 | 30 | 0 | 4 | 36 | 252 | 25 | 76 |
| Binary | 10001000 | 10110010 | 10101011 | 11000 | 0 | 100 | 11110 | 10101010 | 10101 | 111110 |
Color Harmonies of #88B2AB
Complementary color
Monochromatic Colors of #88B2AB
Black with #88B2AB
Text Example
Text Example
White with #88B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2AB; }
p { color: rgb(136,178,171); }
H1.HeaderClassName
{
color: #88B2AB;
}
.AnyTagClassName
{
color: #88B2AB;
}
</style>
background-color css
<style>
a { background-color: #88B2AB; }
a { background-color: rgb(136,178,171); }
div.DivClassName
{
background-color: #88B2AB;
}
.BgClassName
{
background-color: #88B2AB;
}
</style>
border-color css
<style>
span { border-color: #88B2AB; }
span { border-color: rgb(136,178,171); }
td.TdClassName
{
border-color: #88B2AB;
}
.TagClassName
{
border-color: #88B2AB;
}
</style>