Shades of Riptide #88DED0
Tints of Riptide #88DED0
RGB
CMYK
RGB Variations
Color information
#88DED0 (or 0x88DED0) is known color: Riptide. HEX triplet: 88, DE and D0. RGB value is (136,222,208). Sum of RGB (Red+Green+Blue) = 136+222+208=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #88DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DED0 is #77212F. Grayscale: #C2C2C2. Windows color (decimal): -7807280 or 13688456. OLE color: 13688456.
HSL color Cylindrical-coordinate representation of color #88DED0: hue angle of 170.23º 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 #88DED0 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 222 | 208 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.13 |
| HSL | 170.23º | 0.57% | 0.7% | - |
| HSV(B) | 170.23º | 0.39% | 0.87% | - |
| XYZ | 47.66 | 62.03 | 69.14 | - |
| YUV | 194.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 222 | 208 | 0.39 | 0 | 0.06 | 0.13 | 170.23 | 0.57 | 0.7 |
| Hex | 88 | DE | D0 | 27 | 0 | 6 | D | AA | 39 | 46 |
| Octal | 210 | 336 | 320 | 47 | 0 | 6 | 15 | 252 | 71 | 106 |
| Binary | 10001000 | 11011110 | 11010000 | 100111 | 0 | 110 | 1101 | 10101010 | 111001 | 1000110 |
Color Harmonies of #88DED0
Complementary color
Monochromatic Colors of #88DED0
Black with #88DED0
Text Example
Text Example
White with #88DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DED0; }
p { color: rgb(136,222,208); }
H1.HeaderClassName
{
color: #88DED0;
}
.AnyTagClassName
{
color: #88DED0;
}
</style>
background-color css
<style>
a { background-color: #88DED0; }
a { background-color: rgb(136,222,208); }
div.DivClassName
{
background-color: #88DED0;
}
.BgClassName
{
background-color: #88DED0;
}
</style>
border-color css
<style>
span { border-color: #88DED0; }
span { border-color: rgb(136,222,208); }
td.TdClassName
{
border-color: #88DED0;
}
.TagClassName
{
border-color: #88DED0;
}
</style>