Shades of Sea Nymph #88B2AA
Tints of Sea Nymph #88B2AA
RGB
CMYK
RGB Variations
Color information
#88B2AA (or 0x88B2AA) is known color: Sea Nymph. HEX triplet: 88, B2 and AA. RGB value is (136,178,170). Sum of RGB (Red+Green+Blue) = 136+178+170=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #88B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B2AA is #774D55. Grayscale: #A4A4A4. Windows color (decimal): -7818582 or 11186824. OLE color: 11186824.
HSL color Cylindrical-coordinate representation of color #88B2AA: hue angle of 168.57º 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 #88B2AA is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 178 | 170 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.30 |
| HSL | 168.57º | 0.21% | 0.62% | - |
| HSV(B) | 168.57º | 0.24% | 0.7% | - |
| XYZ | 33.33 | 39.98 | 43.99 | - |
| YUV | 164.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 170 | 0.24 | 0 | 0.04 | 0.30 | 168.57 | 0.21 | 0.62 |
| Hex | 88 | B2 | AA | 18 | 0 | 4 | 1E | A9 | 15 | 3E |
| Octal | 210 | 262 | 252 | 30 | 0 | 4 | 36 | 251 | 25 | 76 |
| Binary | 10001000 | 10110010 | 10101010 | 11000 | 0 | 100 | 11110 | 10101001 | 10101 | 111110 |
Color Harmonies of #88B2AA
Complementary color
Monochromatic Colors of #88B2AA
Black with #88B2AA
Text Example
Text Example
White with #88B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2AA; }
p { color: rgb(136,178,170); }
H1.HeaderClassName
{
color: #88B2AA;
}
.AnyTagClassName
{
color: #88B2AA;
}
</style>
background-color css
<style>
a { background-color: #88B2AA; }
a { background-color: rgb(136,178,170); }
div.DivClassName
{
background-color: #88B2AA;
}
.BgClassName
{
background-color: #88B2AA;
}
</style>
border-color css
<style>
span { border-color: #88B2AA; }
span { border-color: rgb(136,178,170); }
td.TdClassName
{
border-color: #88B2AA;
}
.TagClassName
{
border-color: #88B2AA;
}
</style>