Shades of Riptide #88DEC5
Tints of Riptide #88DEC5
RGB
CMYK
RGB Variations
Color information
#88DEC5 (or 0x88DEC5) is known color: Riptide. HEX triplet: 88, DE and C5. RGB value is (136,222,197). Sum of RGB (Red+Green+Blue) = 136+222+197=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #88DEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DEC5 is #77213A. Grayscale: #C1C1C1. Windows color (decimal): -7807291 or 12967560. OLE color: 12967560.
HSL color Cylindrical-coordinate representation of color #88DEC5: hue angle of 162.56º 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 #88DEC5 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 222 | 197 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.13 |
| HSL | 162.56º | 0.57% | 0.7% | - |
| HSV(B) | 162.56º | 0.39% | 0.87% | - |
| XYZ | 46.35 | 61.51 | 62.25 | - |
| YUV | 193.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 222 | 197 | 0.39 | 0 | 0.11 | 0.13 | 162.56 | 0.57 | 0.7 |
| Hex | 88 | DE | C5 | 27 | 0 | B | D | A3 | 39 | 46 |
| Octal | 210 | 336 | 305 | 47 | 0 | 13 | 15 | 243 | 71 | 106 |
| Binary | 10001000 | 11011110 | 11000101 | 100111 | 0 | 1011 | 1101 | 10100011 | 111001 | 1000110 |
Color Harmonies of #88DEC5
Complementary color
Monochromatic Colors of #88DEC5
Black with #88DEC5
Text Example
Text Example
White with #88DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DEC5; }
p { color: rgb(136,222,197); }
H1.HeaderClassName
{
color: #88DEC5;
}
.AnyTagClassName
{
color: #88DEC5;
}
</style>
background-color css
<style>
a { background-color: #88DEC5; }
a { background-color: rgb(136,222,197); }
div.DivClassName
{
background-color: #88DEC5;
}
.BgClassName
{
background-color: #88DEC5;
}
</style>
border-color css
<style>
span { border-color: #88DEC5; }
span { border-color: rgb(136,222,197); }
td.TdClassName
{
border-color: #88DEC5;
}
.TagClassName
{
border-color: #88DEC5;
}
</style>