Shades of Sea Nymph #88B2A2
Tints of Sea Nymph #88B2A2
RGB
CMYK
RGB Variations
Color information
#88B2A2 (or 0x88B2A2) is known color: Sea Nymph. HEX triplet: 88, B2 and A2. RGB value is (136,178,162). Sum of RGB (Red+Green+Blue) = 136+178+162=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 178 - color contains mainly: green. Hex color #88B2A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B2A2 is #774D5D. Grayscale: #A3A3A3. Windows color (decimal): -7818590 or 10662536. OLE color: 10662536.
HSL color Cylindrical-coordinate representation of color #88B2A2: hue angle of 157.14º 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 #88B2A2 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 178 | 162 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.30 |
| HSL | 157.14º | 0.21% | 0.62% | - |
| HSV(B) | 157.14º | 0.24% | 0.7% | - |
| XYZ | 32.6 | 39.68 | 40.12 | - |
| YUV | 163.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 162 | 0.24 | 0 | 0.09 | 0.30 | 157.14 | 0.21 | 0.62 |
| Hex | 88 | B2 | A2 | 18 | 0 | 9 | 1E | 9D | 15 | 3E |
| Octal | 210 | 262 | 242 | 30 | 0 | 11 | 36 | 235 | 25 | 76 |
| Binary | 10001000 | 10110010 | 10100010 | 11000 | 0 | 1001 | 11110 | 10011101 | 10101 | 111110 |
Color Harmonies of #88B2A2
Complementary color
Monochromatic Colors of #88B2A2
Black with #88B2A2
Text Example
Text Example
White with #88B2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2A2; }
p { color: rgb(136,178,162); }
H1.HeaderClassName
{
color: #88B2A2;
}
.AnyTagClassName
{
color: #88B2A2;
}
</style>
background-color css
<style>
a { background-color: #88B2A2; }
a { background-color: rgb(136,178,162); }
div.DivClassName
{
background-color: #88B2A2;
}
.BgClassName
{
background-color: #88B2A2;
}
</style>
border-color css
<style>
span { border-color: #88B2A2; }
span { border-color: rgb(136,178,162); }
td.TdClassName
{
border-color: #88B2A2;
}
.TagClassName
{
border-color: #88B2A2;
}
</style>