Shades of Riptide #88DDD1
Tints of Riptide #88DDD1
RGB
CMYK
RGB Variations
Color information
#88DDD1 (or 0x88DDD1) is known color: Riptide. HEX triplet: 88, DD and D1. RGB value is (136,221,209). Sum of RGB (Red+Green+Blue) = 136+221+209=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDD1 is #77222E. Grayscale: #C2C2C2. Windows color (decimal): -7807535 or 13753736. OLE color: 13753736.
HSL color Cylindrical-coordinate representation of color #88DDD1: hue angle of 171.53º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DDD1 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 209 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.13 |
| HSL | 171.53º | 0.56% | 0.7% | - |
| HSV(B) | 171.53º | 0.38% | 0.87% | - |
| XYZ | 47.52 | 61.55 | 69.7 | - |
| YUV | 194.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 209 | 0.38 | 0 | 0.05 | 0.13 | 171.53 | 0.56 | 0.7 |
| Hex | 88 | DD | D1 | 26 | 0 | 5 | D | AC | 38 | 46 |
| Octal | 210 | 335 | 321 | 46 | 0 | 5 | 15 | 254 | 70 | 106 |
| Binary | 10001000 | 11011101 | 11010001 | 100110 | 0 | 101 | 1101 | 10101100 | 111000 | 1000110 |
Color Harmonies of #88DDD1
Complementary color
Monochromatic Colors of #88DDD1
Black with #88DDD1
Text Example
Text Example
White with #88DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DDD1; }
p { color: rgb(136,221,209); }
H1.HeaderClassName
{
color: #88DDD1;
}
.AnyTagClassName
{
color: #88DDD1;
}
</style>
background-color css
<style>
a { background-color: #88DDD1; }
a { background-color: rgb(136,221,209); }
div.DivClassName
{
background-color: #88DDD1;
}
.BgClassName
{
background-color: #88DDD1;
}
</style>
border-color css
<style>
span { border-color: #88DDD1; }
span { border-color: rgb(136,221,209); }
td.TdClassName
{
border-color: #88DDD1;
}
.TagClassName
{
border-color: #88DDD1;
}
</style>