Shades of Riptide #88DCC2
Tints of Riptide #88DCC2
RGB
CMYK
RGB Variations
Color information
#88DCC2 (or 0x88DCC2) is known color: Riptide. HEX triplet: 88, DC and C2. RGB value is (136,220,194). Sum of RGB (Red+Green+Blue) = 136+220+194=550 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.73% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCC2 is #77233D. Grayscale: #BFBFBF. Windows color (decimal): -7807806 or 12770440. OLE color: 12770440.
HSL color Cylindrical-coordinate representation of color #88DCC2: hue angle of 161.43º 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 #88DCC2 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 194 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.14 |
| HSL | 161.43º | 0.55% | 0.7% | - |
| HSV(B) | 161.43º | 0.38% | 0.86% | - |
| XYZ | 45.48 | 60.32 | 60.28 | - |
| YUV | 191.92 | 129.17 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 194 | 0.38 | 0 | 0.12 | 0.14 | 161.43 | 0.55 | 0.7 |
| Hex | 88 | DC | C2 | 26 | 0 | C | E | A1 | 37 | 46 |
| Octal | 210 | 334 | 302 | 46 | 0 | 14 | 16 | 241 | 67 | 106 |
| Binary | 10001000 | 11011100 | 11000010 | 100110 | 0 | 1100 | 1110 | 10100001 | 110111 | 1000110 |
Color Harmonies of #88DCC2
Complementary color
Monochromatic Colors of #88DCC2
Black with #88DCC2
Text Example
Text Example
White with #88DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCC2; }
p { color: rgb(136,220,194); }
H1.HeaderClassName
{
color: #88DCC2;
}
.AnyTagClassName
{
color: #88DCC2;
}
</style>
background-color css
<style>
a { background-color: #88DCC2; }
a { background-color: rgb(136,220,194); }
div.DivClassName
{
background-color: #88DCC2;
}
.BgClassName
{
background-color: #88DCC2;
}
</style>
border-color css
<style>
span { border-color: #88DCC2; }
span { border-color: rgb(136,220,194); }
td.TdClassName
{
border-color: #88DCC2;
}
.TagClassName
{
border-color: #88DCC2;
}
</style>