Shades of Sea Nymph #88B8B0
Tints of Sea Nymph #88B8B0
RGB
CMYK
RGB Variations
Color information
#88B8B0 (or 0x88B8B0) is known color: Sea Nymph. HEX triplet: 88, B8 and B0. RGB value is (136,184,176). Sum of RGB (Red+Green+Blue) = 136+184+176=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #88B8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B8B0 is #77474F. Grayscale: #A8A8A8. Windows color (decimal): -7817040 or 11581576. OLE color: 11581576.
HSL color Cylindrical-coordinate representation of color #88B8B0: hue angle of 170º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88B8B0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 184 | 176 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.28 |
| HSL | 170º | 0.25% | 0.63% | - |
| HSV(B) | 170º | 0.26% | 0.72% | - |
| XYZ | 35.13 | 42.65 | 47.45 | - |
| YUV | 168.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 184 | 176 | 0.26 | 0 | 0.04 | 0.28 | 170 | 0.25 | 0.63 |
| Hex | 88 | B8 | B0 | 1A | 0 | 4 | 1C | AA | 19 | 3F |
| Octal | 210 | 270 | 260 | 32 | 0 | 4 | 34 | 252 | 31 | 77 |
| Binary | 10001000 | 10111000 | 10110000 | 11010 | 0 | 100 | 11100 | 10101010 | 11001 | 111111 |
Color Harmonies of #88B8B0
Complementary color
Monochromatic Colors of #88B8B0
Black with #88B8B0
Text Example
Text Example
White with #88B8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B8B0; }
p { color: rgb(136,184,176); }
H1.HeaderClassName
{
color: #88B8B0;
}
.AnyTagClassName
{
color: #88B8B0;
}
</style>
background-color css
<style>
a { background-color: #88B8B0; }
a { background-color: rgb(136,184,176); }
div.DivClassName
{
background-color: #88B8B0;
}
.BgClassName
{
background-color: #88B8B0;
}
</style>
border-color css
<style>
span { border-color: #88B8B0; }
span { border-color: rgb(136,184,176); }
td.TdClassName
{
border-color: #88B8B0;
}
.TagClassName
{
border-color: #88B8B0;
}
</style>