Shades of Riptide #88E8D4
Tints of Riptide #88E8D4
RGB
CMYK
RGB Variations
Color information
#88E8D4 (or 0x88E8D4) is known color: Riptide. HEX triplet: 88, E8 and D4. RGB value is (136,232,212). Sum of RGB (Red+Green+Blue) = 136+232+212=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 232 - color contains mainly: green. Hex color #88E8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88E8D4 is #77172B. Grayscale: #C9C9C9. Windows color (decimal): -7804716 or 13953160. OLE color: 13953160.
HSL color Cylindrical-coordinate representation of color #88E8D4: hue angle of 167.5º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88E8D4 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 232 | 212 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.09 |
| HSL | 167.5º | 0.68% | 0.72% | - |
| HSV(B) | 167.5º | 0.41% | 0.91% | - |
| XYZ | 50.89 | 67.7 | 72.67 | - |
| YUV | 201.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 232 | 212 | 0.41 | 0 | 0.09 | 0.09 | 167.5 | 0.68 | 0.72 |
| Hex | 88 | E8 | D4 | 29 | 0 | 9 | 9 | A8 | 44 | 48 |
| Octal | 210 | 350 | 324 | 51 | 0 | 11 | 11 | 250 | 104 | 110 |
| Binary | 10001000 | 11101000 | 11010100 | 101001 | 0 | 1001 | 1001 | 10101000 | 1000100 | 1001000 |
Color Harmonies of #88E8D4
Complementary color
Monochromatic Colors of #88E8D4
Black with #88E8D4
Text Example
Text Example
White with #88E8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E8D4; }
p { color: rgb(136,232,212); }
H1.HeaderClassName
{
color: #88E8D4;
}
.AnyTagClassName
{
color: #88E8D4;
}
</style>
background-color css
<style>
a { background-color: #88E8D4; }
a { background-color: rgb(136,232,212); }
div.DivClassName
{
background-color: #88E8D4;
}
.BgClassName
{
background-color: #88E8D4;
}
</style>
border-color css
<style>
span { border-color: #88E8D4; }
span { border-color: rgb(136,232,212); }
td.TdClassName
{
border-color: #88E8D4;
}
.TagClassName
{
border-color: #88E8D4;
}
</style>