Shades of Sea Nymph #88B2A9
Tints of Sea Nymph #88B2A9
RGB
CMYK
RGB Variations
Color information
#88B2A9 (or 0x88B2A9) is known color: Sea Nymph. HEX triplet: 88, B2 and A9. RGB value is (136,178,169). Sum of RGB (Red+Green+Blue) = 136+178+169=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 178 - color contains mainly: green. Hex color #88B2A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B2A9 is #774D56. Grayscale: #A4A4A4. Windows color (decimal): -7818583 or 11121288. OLE color: 11121288.
HSL color Cylindrical-coordinate representation of color #88B2A9: hue angle of 167.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 #88B2A9 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 178 | 169 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.30 |
| HSL | 167.14º | 0.21% | 0.62% | - |
| HSV(B) | 167.14º | 0.24% | 0.7% | - |
| XYZ | 33.24 | 39.94 | 43.49 | - |
| YUV | 164.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 169 | 0.24 | 0 | 0.05 | 0.30 | 167.14 | 0.21 | 0.62 |
| Hex | 88 | B2 | A9 | 18 | 0 | 5 | 1E | A7 | 15 | 3E |
| Octal | 210 | 262 | 251 | 30 | 0 | 5 | 36 | 247 | 25 | 76 |
| Binary | 10001000 | 10110010 | 10101001 | 11000 | 0 | 101 | 11110 | 10100111 | 10101 | 111110 |
Color Harmonies of #88B2A9
Complementary color
Monochromatic Colors of #88B2A9
Black with #88B2A9
Text Example
Text Example
White with #88B2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2A9; }
p { color: rgb(136,178,169); }
H1.HeaderClassName
{
color: #88B2A9;
}
.AnyTagClassName
{
color: #88B2A9;
}
</style>
background-color css
<style>
a { background-color: #88B2A9; }
a { background-color: rgb(136,178,169); }
div.DivClassName
{
background-color: #88B2A9;
}
.BgClassName
{
background-color: #88B2A9;
}
</style>
border-color css
<style>
span { border-color: #88B2A9; }
span { border-color: rgb(136,178,169); }
td.TdClassName
{
border-color: #88B2A9;
}
.TagClassName
{
border-color: #88B2A9;
}
</style>