Shades of Riptide #88DCCC
Tints of Riptide #88DCCC
RGB
CMYK
RGB Variations
Color information
#88DCCC (or 0x88DCCC) is known color: Riptide. HEX triplet: 88, DC and CC. RGB value is (136,220,204). Sum of RGB (Red+Green+Blue) = 136+220+204=560 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.29% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCCC is #772333. Grayscale: #C1C1C1. Windows color (decimal): -7807796 or 13425800. OLE color: 13425800.
HSL color Cylindrical-coordinate representation of color #88DCCC: hue angle of 168.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCCC is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 204 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.14 |
| HSL | 168.57º | 0.55% | 0.7% | - |
| HSV(B) | 168.57º | 0.38% | 0.86% | - |
| XYZ | 46.65 | 60.78 | 66.4 | - |
| YUV | 193.06 | 134.17 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 204 | 0.38 | 0 | 0.07 | 0.14 | 168.57 | 0.55 | 0.7 |
| Hex | 88 | DC | CC | 26 | 0 | 7 | E | A9 | 37 | 46 |
| Octal | 210 | 334 | 314 | 46 | 0 | 7 | 16 | 251 | 67 | 106 |
| Binary | 10001000 | 11011100 | 11001100 | 100110 | 0 | 111 | 1110 | 10101001 | 110111 | 1000110 |
Color Harmonies of #88DCCC
Complementary color
Monochromatic Colors of #88DCCC
Black with #88DCCC
Text Example
Text Example
White with #88DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCCC; }
p { color: rgb(136,220,204); }
H1.HeaderClassName
{
color: #88DCCC;
}
.AnyTagClassName
{
color: #88DCCC;
}
</style>
background-color css
<style>
a { background-color: #88DCCC; }
a { background-color: rgb(136,220,204); }
div.DivClassName
{
background-color: #88DCCC;
}
.BgClassName
{
background-color: #88DCCC;
}
</style>
border-color css
<style>
span { border-color: #88DCCC; }
span { border-color: rgb(136,220,204); }
td.TdClassName
{
border-color: #88DCCC;
}
.TagClassName
{
border-color: #88DCCC;
}
</style>