Shades of Riptide #88DEC1
Tints of Riptide #88DEC1
RGB
CMYK
RGB Variations
Color information
#88DEC1 (or 0x88DEC1) is known color: Riptide. HEX triplet: 88, DE and C1. RGB value is (136,222,193). Sum of RGB (Red+Green+Blue) = 136+222+193=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #88DEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DEC1 is #77213E. Grayscale: #C1C1C1. Windows color (decimal): -7807295 or 12705416. OLE color: 12705416.
HSL color Cylindrical-coordinate representation of color #88DEC1: hue angle of 159.77º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DEC1 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 222 | 193 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.13 |
| HSL | 159.77º | 0.57% | 0.7% | - |
| HSV(B) | 159.77º | 0.39% | 0.87% | - |
| XYZ | 45.9 | 61.33 | 59.87 | - |
| YUV | 192.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 222 | 193 | 0.39 | 0 | 0.13 | 0.13 | 159.77 | 0.57 | 0.7 |
| Hex | 88 | DE | C1 | 27 | 0 | D | D | A0 | 39 | 46 |
| Octal | 210 | 336 | 301 | 47 | 0 | 15 | 15 | 240 | 71 | 106 |
| Binary | 10001000 | 11011110 | 11000001 | 100111 | 0 | 1101 | 1101 | 10100000 | 111001 | 1000110 |
Color Harmonies of #88DEC1
Complementary color
Monochromatic Colors of #88DEC1
Black with #88DEC1
Text Example
Text Example
White with #88DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DEC1; }
p { color: rgb(136,222,193); }
H1.HeaderClassName
{
color: #88DEC1;
}
.AnyTagClassName
{
color: #88DEC1;
}
</style>
background-color css
<style>
a { background-color: #88DEC1; }
a { background-color: rgb(136,222,193); }
div.DivClassName
{
background-color: #88DEC1;
}
.BgClassName
{
background-color: #88DEC1;
}
</style>
border-color css
<style>
span { border-color: #88DEC1; }
span { border-color: rgb(136,222,193); }
td.TdClassName
{
border-color: #88DEC1;
}
.TagClassName
{
border-color: #88DEC1;
}
</style>