Shades of Sea Nymph #88B0A0
Tints of Sea Nymph #88B0A0
RGB
CMYK
RGB Variations
Color information
#88B0A0 (or 0x88B0A0) is known color: Sea Nymph. HEX triplet: 88, B0 and A0. RGB value is (136,176,160). Sum of RGB (Red+Green+Blue) = 136+176+160=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #88B0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B0A0 is #774F5F. Grayscale: #A2A2A2. Windows color (decimal): -7819104 or 10530952. OLE color: 10530952.
HSL color Cylindrical-coordinate representation of color #88B0A0: hue angle of 156º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88B0A0 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 176 | 160 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.31 |
| HSL | 156º | 0.2% | 0.61% | - |
| HSV(B) | 156º | 0.23% | 0.69% | - |
| XYZ | 32.02 | 38.82 | 39.06 | - |
| YUV | 162.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 176 | 160 | 0.23 | 0 | 0.09 | 0.31 | 156 | 0.2 | 0.61 |
| Hex | 88 | B0 | A0 | 17 | 0 | 9 | 1F | 9C | 14 | 3D |
| Octal | 210 | 260 | 240 | 27 | 0 | 11 | 37 | 234 | 24 | 75 |
| Binary | 10001000 | 10110000 | 10100000 | 10111 | 0 | 1001 | 11111 | 10011100 | 10100 | 111101 |
Color Harmonies of #88B0A0
Complementary color
Monochromatic Colors of #88B0A0
Black with #88B0A0
Text Example
Text Example
White with #88B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B0A0; }
p { color: rgb(136,176,160); }
H1.HeaderClassName
{
color: #88B0A0;
}
.AnyTagClassName
{
color: #88B0A0;
}
</style>
background-color css
<style>
a { background-color: #88B0A0; }
a { background-color: rgb(136,176,160); }
div.DivClassName
{
background-color: #88B0A0;
}
.BgClassName
{
background-color: #88B0A0;
}
</style>
border-color css
<style>
span { border-color: #88B0A0; }
span { border-color: rgb(136,176,160); }
td.TdClassName
{
border-color: #88B0A0;
}
.TagClassName
{
border-color: #88B0A0;
}
</style>