Shades of Sea Nymph #88B3AB
Tints of Sea Nymph #88B3AB
RGB
CMYK
RGB Variations
Color information
#88B3AB (or 0x88B3AB) is known color: Sea Nymph. HEX triplet: 88, B3 and AB. RGB value is (136,179,171). Sum of RGB (Red+Green+Blue) = 136+179+171=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #88B3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B3AB is #774C54. Grayscale: #A5A5A5. Windows color (decimal): -7818325 or 11252616. OLE color: 11252616.
HSL color Cylindrical-coordinate representation of color #88B3AB: hue angle of 168.84º degrees, saturation: 0.22, 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 #88B3AB is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 179 | 171 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.30 |
| HSL | 168.84º | 0.22% | 0.62% | - |
| HSV(B) | 168.84º | 0.24% | 0.7% | - |
| XYZ | 33.62 | 40.41 | 44.56 | - |
| YUV | 165.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 171 | 0.24 | 0 | 0.04 | 0.30 | 168.84 | 0.22 | 0.62 |
| Hex | 88 | B3 | AB | 18 | 0 | 4 | 1E | A9 | 16 | 3E |
| Octal | 210 | 263 | 253 | 30 | 0 | 4 | 36 | 251 | 26 | 76 |
| Binary | 10001000 | 10110011 | 10101011 | 11000 | 0 | 100 | 11110 | 10101001 | 10110 | 111110 |
Color Harmonies of #88B3AB
Complementary color
Monochromatic Colors of #88B3AB
Black with #88B3AB
Text Example
Text Example
White with #88B3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B3AB; }
p { color: rgb(136,179,171); }
H1.HeaderClassName
{
color: #88B3AB;
}
.AnyTagClassName
{
color: #88B3AB;
}
</style>
background-color css
<style>
a { background-color: #88B3AB; }
a { background-color: rgb(136,179,171); }
div.DivClassName
{
background-color: #88B3AB;
}
.BgClassName
{
background-color: #88B3AB;
}
</style>
border-color css
<style>
span { border-color: #88B3AB; }
span { border-color: rgb(136,179,171); }
td.TdClassName
{
border-color: #88B3AB;
}
.TagClassName
{
border-color: #88B3AB;
}
</style>