Shades of Riptide #88E0C0
Tints of Riptide #88E0C0
RGB
CMYK
RGB Variations
Color information
#88E0C0 (or 0x88E0C0) is known color: Riptide. HEX triplet: 88, E0 and C0. RGB value is (136,224,192). Sum of RGB (Red+Green+Blue) = 136+224+192=552 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.64% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #88E0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88E0C0 is #771F3F. Grayscale: #C2C2C2. Windows color (decimal): -7806784 or 12640392. OLE color: 12640392.
HSL color Cylindrical-coordinate representation of color #88E0C0: hue angle of 158.18º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88E0C0 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 224 | 192 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.12 |
| HSL | 158.18º | 0.59% | 0.71% | - |
| HSV(B) | 158.18º | 0.39% | 0.88% | - |
| XYZ | 46.32 | 62.35 | 59.46 | - |
| YUV | 194.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 224 | 192 | 0.39 | 0 | 0.14 | 0.12 | 158.18 | 0.59 | 0.71 |
| Hex | 88 | E0 | C0 | 27 | 0 | E | C | 9E | 3B | 47 |
| Octal | 210 | 340 | 300 | 47 | 0 | 16 | 14 | 236 | 73 | 107 |
| Binary | 10001000 | 11100000 | 11000000 | 100111 | 0 | 1110 | 1100 | 10011110 | 111011 | 1000111 |
Color Harmonies of #88E0C0
Complementary color
Monochromatic Colors of #88E0C0
Black with #88E0C0
Text Example
Text Example
White with #88E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E0C0; }
p { color: rgb(136,224,192); }
H1.HeaderClassName
{
color: #88E0C0;
}
.AnyTagClassName
{
color: #88E0C0;
}
</style>
background-color css
<style>
a { background-color: #88E0C0; }
a { background-color: rgb(136,224,192); }
div.DivClassName
{
background-color: #88E0C0;
}
.BgClassName
{
background-color: #88E0C0;
}
</style>
border-color css
<style>
span { border-color: #88E0C0; }
span { border-color: rgb(136,224,192); }
td.TdClassName
{
border-color: #88E0C0;
}
.TagClassName
{
border-color: #88E0C0;
}
</style>