Shades of Riptide #88DDC0
Tints of Riptide #88DDC0
RGB
CMYK
RGB Variations
Color information
#88DDC0 (or 0x88DDC0) is known color: Riptide. HEX triplet: 88, DD and C0. RGB value is (136,221,192). Sum of RGB (Red+Green+Blue) = 136+221+192=549 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.77% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDC0 is #77223F. Grayscale: #C0C0C0. Windows color (decimal): -7807552 or 12639624. OLE color: 12639624.
HSL color Cylindrical-coordinate representation of color #88DDC0: hue angle of 159.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 #88DDC0 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 192 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.13 |
| HSL | 159.53º | 0.56% | 0.7% | - |
| HSV(B) | 159.53º | 0.38% | 0.87% | - |
| XYZ | 45.52 | 60.75 | 59.2 | - |
| YUV | 192.28 | 127.84 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 192 | 0.38 | 0 | 0.13 | 0.13 | 159.53 | 0.56 | 0.7 |
| Hex | 88 | DD | C0 | 26 | 0 | D | D | A0 | 38 | 46 |
| Octal | 210 | 335 | 300 | 46 | 0 | 15 | 15 | 240 | 70 | 106 |
| Binary | 10001000 | 11011101 | 11000000 | 100110 | 0 | 1101 | 1101 | 10100000 | 111000 | 1000110 |
Color Harmonies of #88DDC0
Complementary color
Monochromatic Colors of #88DDC0
Black with #88DDC0
Text Example
Text Example
White with #88DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DDC0; }
p { color: rgb(136,221,192); }
H1.HeaderClassName
{
color: #88DDC0;
}
.AnyTagClassName
{
color: #88DDC0;
}
</style>
background-color css
<style>
a { background-color: #88DDC0; }
a { background-color: rgb(136,221,192); }
div.DivClassName
{
background-color: #88DDC0;
}
.BgClassName
{
background-color: #88DDC0;
}
</style>
border-color css
<style>
span { border-color: #88DDC0; }
span { border-color: rgb(136,221,192); }
td.TdClassName
{
border-color: #88DDC0;
}
.TagClassName
{
border-color: #88DDC0;
}
</style>