Shades of Riptide #88E8C4
Tints of Riptide #88E8C4
RGB
CMYK
RGB Variations
Color information
#88E8C4 (or 0x88E8C4) is known color: Riptide. HEX triplet: 88, E8 and C4. RGB value is (136,232,196). Sum of RGB (Red+Green+Blue) = 136+232+196=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #88E8C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88E8C4 is #77173B. Grayscale: #C7C7C7. Windows color (decimal): -7804732 or 12904584. OLE color: 12904584.
HSL color Cylindrical-coordinate representation of color #88E8C4: hue angle of 157.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 #88E8C4 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 232 | 196 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.09 |
| HSL | 157.5º | 0.68% | 0.72% | - |
| HSV(B) | 157.5º | 0.41% | 0.91% | - |
| XYZ | 48.97 | 66.93 | 62.56 | - |
| YUV | 199.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 232 | 196 | 0.41 | 0 | 0.16 | 0.09 | 157.5 | 0.68 | 0.72 |
| Hex | 88 | E8 | C4 | 29 | 0 | 10 | 9 | 9E | 44 | 48 |
| Octal | 210 | 350 | 304 | 51 | 0 | 20 | 11 | 236 | 104 | 110 |
| Binary | 10001000 | 11101000 | 11000100 | 101001 | 0 | 10000 | 1001 | 10011110 | 1000100 | 1001000 |
Color Harmonies of #88E8C4
Complementary color
Monochromatic Colors of #88E8C4
Black with #88E8C4
Text Example
Text Example
White with #88E8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E8C4; }
p { color: rgb(136,232,196); }
H1.HeaderClassName
{
color: #88E8C4;
}
.AnyTagClassName
{
color: #88E8C4;
}
</style>
background-color css
<style>
a { background-color: #88E8C4; }
a { background-color: rgb(136,232,196); }
div.DivClassName
{
background-color: #88E8C4;
}
.BgClassName
{
background-color: #88E8C4;
}
</style>
border-color css
<style>
span { border-color: #88E8C4; }
span { border-color: rgb(136,232,196); }
td.TdClassName
{
border-color: #88E8C4;
}
.TagClassName
{
border-color: #88E8C4;
}
</style>