Shades of Riptide #88D8D4
Tints of Riptide #88D8D4
RGB
CMYK
RGB Variations
Color information
#88D8D4 (or 0x88D8D4) is known color: Riptide. HEX triplet: 88, D8 and D4. RGB value is (136,216,212). Sum of RGB (Red+Green+Blue) = 136+216+212=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #88D8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D8D4 is #77272B. Grayscale: #BFBFBF. Windows color (decimal): -7808812 or 13949064. OLE color: 13949064.
HSL color Cylindrical-coordinate representation of color #88D8D4: hue angle of 177º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D8D4 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 212 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.15 |
| HSL | 177º | 0.51% | 0.69% | - |
| HSV(B) | 177º | 0.37% | 0.85% | - |
| XYZ | 46.59 | 59.1 | 71.24 | - |
| YUV | 191.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 212 | 0.37 | 0 | 0.02 | 0.15 | 177 | 0.51 | 0.69 |
| Hex | 88 | D8 | D4 | 25 | 0 | 2 | F | B1 | 33 | 45 |
| Octal | 210 | 330 | 324 | 45 | 0 | 2 | 17 | 261 | 63 | 105 |
| Binary | 10001000 | 11011000 | 11010100 | 100101 | 0 | 10 | 1111 | 10110001 | 110011 | 1000101 |
Color Harmonies of #88D8D4
Complementary color
Monochromatic Colors of #88D8D4
Black with #88D8D4
Text Example
Text Example
White with #88D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D8D4; }
p { color: rgb(136,216,212); }
H1.HeaderClassName
{
color: #88D8D4;
}
.AnyTagClassName
{
color: #88D8D4;
}
</style>
background-color css
<style>
a { background-color: #88D8D4; }
a { background-color: rgb(136,216,212); }
div.DivClassName
{
background-color: #88D8D4;
}
.BgClassName
{
background-color: #88D8D4;
}
</style>
border-color css
<style>
span { border-color: #88D8D4; }
span { border-color: rgb(136,216,212); }
td.TdClassName
{
border-color: #88D8D4;
}
.TagClassName
{
border-color: #88D8D4;
}
</style>