Shades of Riptide #88DDD4
Tints of Riptide #88DDD4
RGB
CMYK
RGB Variations
Color information
#88DDD4 (or 0x88DDD4) is known color: Riptide. HEX triplet: 88, DD and D4. RGB value is (136,221,212). Sum of RGB (Red+Green+Blue) = 136+221+212=569 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.90% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDD4 is #77222B. Grayscale: #C2C2C2. Windows color (decimal): -7807532 or 13950344. OLE color: 13950344.
HSL color Cylindrical-coordinate representation of color #88DDD4: hue angle of 173.65º 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 #88DDD4 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 212 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.13 |
| HSL | 173.65º | 0.56% | 0.7% | - |
| HSV(B) | 173.65º | 0.38% | 0.87% | - |
| XYZ | 47.89 | 61.7 | 71.67 | - |
| YUV | 194.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 212 | 0.38 | 0 | 0.04 | 0.13 | 173.65 | 0.56 | 0.7 |
| Hex | 88 | DD | D4 | 26 | 0 | 4 | D | AE | 38 | 46 |
| Octal | 210 | 335 | 324 | 46 | 0 | 4 | 15 | 256 | 70 | 106 |
| Binary | 10001000 | 11011101 | 11010100 | 100110 | 0 | 100 | 1101 | 10101110 | 111000 | 1000110 |
Color Harmonies of #88DDD4
Complementary color
Monochromatic Colors of #88DDD4
Black with #88DDD4
Text Example
Text Example
White with #88DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DDD4; }
p { color: rgb(136,221,212); }
H1.HeaderClassName
{
color: #88DDD4;
}
.AnyTagClassName
{
color: #88DDD4;
}
</style>
background-color css
<style>
a { background-color: #88DDD4; }
a { background-color: rgb(136,221,212); }
div.DivClassName
{
background-color: #88DDD4;
}
.BgClassName
{
background-color: #88DDD4;
}
</style>
border-color css
<style>
span { border-color: #88DDD4; }
span { border-color: rgb(136,221,212); }
td.TdClassName
{
border-color: #88DDD4;
}
.TagClassName
{
border-color: #88DDD4;
}
</style>