Shades of Riptide #88E1C7
Tints of Riptide #88E1C7
RGB
CMYK
RGB Variations
Color information
#88E1C7 (or 0x88E1C7) is known color: Riptide. HEX triplet: 88, E1 and C7. RGB value is (136,225,199). Sum of RGB (Red+Green+Blue) = 136+225+199=560 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.29% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #88E1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88E1C7 is #771E38. Grayscale: #C3C3C3. Windows color (decimal): -7806521 or 13099400. OLE color: 13099400.
HSL color Cylindrical-coordinate representation of color #88E1C7: hue angle of 162.47º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88E1C7 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 225 | 199 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.12 |
| HSL | 162.47º | 0.6% | 0.71% | - |
| HSV(B) | 162.47º | 0.4% | 0.88% | - |
| XYZ | 47.39 | 63.21 | 63.74 | - |
| YUV | 195.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 225 | 199 | 0.40 | 0 | 0.12 | 0.12 | 162.47 | 0.6 | 0.71 |
| Hex | 88 | E1 | C7 | 28 | 0 | C | C | A2 | 3C | 47 |
| Octal | 210 | 341 | 307 | 50 | 0 | 14 | 14 | 242 | 74 | 107 |
| Binary | 10001000 | 11100001 | 11000111 | 101000 | 0 | 1100 | 1100 | 10100010 | 111100 | 1000111 |
Color Harmonies of #88E1C7
Complementary color
Monochromatic Colors of #88E1C7
Black with #88E1C7
Text Example
Text Example
White with #88E1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E1C7; }
p { color: rgb(136,225,199); }
H1.HeaderClassName
{
color: #88E1C7;
}
.AnyTagClassName
{
color: #88E1C7;
}
</style>
background-color css
<style>
a { background-color: #88E1C7; }
a { background-color: rgb(136,225,199); }
div.DivClassName
{
background-color: #88E1C7;
}
.BgClassName
{
background-color: #88E1C7;
}
</style>
border-color css
<style>
span { border-color: #88E1C7; }
span { border-color: rgb(136,225,199); }
td.TdClassName
{
border-color: #88E1C7;
}
.TagClassName
{
border-color: #88E1C7;
}
</style>