Shades of Sea Nymph #88B2A3
Tints of Sea Nymph #88B2A3
RGB
CMYK
RGB Variations
Color information
#88B2A3 (or 0x88B2A3) is known color: Sea Nymph. HEX triplet: 88, B2 and A3. RGB value is (136,178,163). Sum of RGB (Red+Green+Blue) = 136+178+163=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #88B2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B2A3 is #774D5C. Grayscale: #A3A3A3. Windows color (decimal): -7818589 or 10728072. OLE color: 10728072.
HSL color Cylindrical-coordinate representation of color #88B2A3: hue angle of 158.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 #88B2A3 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 178 | 163 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.30 |
| HSL | 158.57º | 0.21% | 0.62% | - |
| HSV(B) | 158.57º | 0.24% | 0.7% | - |
| XYZ | 32.68 | 39.72 | 40.59 | - |
| YUV | 163.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 163 | 0.24 | 0 | 0.08 | 0.30 | 158.57 | 0.21 | 0.62 |
| Hex | 88 | B2 | A3 | 18 | 0 | 8 | 1E | 9F | 15 | 3E |
| Octal | 210 | 262 | 243 | 30 | 0 | 10 | 36 | 237 | 25 | 76 |
| Binary | 10001000 | 10110010 | 10100011 | 11000 | 0 | 1000 | 11110 | 10011111 | 10101 | 111110 |
Color Harmonies of #88B2A3
Complementary color
Monochromatic Colors of #88B2A3
Black with #88B2A3
Text Example
Text Example
White with #88B2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2A3; }
p { color: rgb(136,178,163); }
H1.HeaderClassName
{
color: #88B2A3;
}
.AnyTagClassName
{
color: #88B2A3;
}
</style>
background-color css
<style>
a { background-color: #88B2A3; }
a { background-color: rgb(136,178,163); }
div.DivClassName
{
background-color: #88B2A3;
}
.BgClassName
{
background-color: #88B2A3;
}
</style>
border-color css
<style>
span { border-color: #88B2A3; }
span { border-color: rgb(136,178,163); }
td.TdClassName
{
border-color: #88B2A3;
}
.TagClassName
{
border-color: #88B2A3;
}
</style>