Shades of Riptide #88DCD0
Tints of Riptide #88DCD0
RGB
CMYK
RGB Variations
Color information
#88DCD0 (or 0x88DCD0) is known color: Riptide. HEX triplet: 88, DC and D0. RGB value is (136,220,208). Sum of RGB (Red+Green+Blue) = 136+220+208=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCD0 is #77232F. Grayscale: #C1C1C1. Windows color (decimal): -7807792 or 13687944. OLE color: 13687944.
HSL color Cylindrical-coordinate representation of color #88DCD0: hue angle of 171.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 #88DCD0 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 208 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.14 |
| HSL | 171.43º | 0.55% | 0.7% | - |
| HSV(B) | 171.43º | 0.38% | 0.86% | - |
| XYZ | 47.13 | 60.97 | 68.96 | - |
| YUV | 193.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 208 | 0.38 | 0 | 0.05 | 0.14 | 171.43 | 0.55 | 0.7 |
| Hex | 88 | DC | D0 | 26 | 0 | 5 | E | AB | 37 | 46 |
| Octal | 210 | 334 | 320 | 46 | 0 | 5 | 16 | 253 | 67 | 106 |
| Binary | 10001000 | 11011100 | 11010000 | 100110 | 0 | 101 | 1110 | 10101011 | 110111 | 1000110 |
Color Harmonies of #88DCD0
Complementary color
Monochromatic Colors of #88DCD0
Black with #88DCD0
Text Example
Text Example
White with #88DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCD0; }
p { color: rgb(136,220,208); }
H1.HeaderClassName
{
color: #88DCD0;
}
.AnyTagClassName
{
color: #88DCD0;
}
</style>
background-color css
<style>
a { background-color: #88DCD0; }
a { background-color: rgb(136,220,208); }
div.DivClassName
{
background-color: #88DCD0;
}
.BgClassName
{
background-color: #88DCD0;
}
</style>
border-color css
<style>
span { border-color: #88DCD0; }
span { border-color: rgb(136,220,208); }
td.TdClassName
{
border-color: #88DCD0;
}
.TagClassName
{
border-color: #88DCD0;
}
</style>