Shades of Riptide #88D9CA
Tints of Riptide #88D9CA
RGB
CMYK
RGB Variations
Color information
#88D9CA (or 0x88D9CA) is known color: Riptide. HEX triplet: 88, D9 and CA. RGB value is (136,217,202). Sum of RGB (Red+Green+Blue) = 136+217+202=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #88D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D9CA is #772635. Grayscale: #BFBFBF. Windows color (decimal): -7808566 or 13293960. OLE color: 13293960.
HSL color Cylindrical-coordinate representation of color #88D9CA: hue angle of 168.89º degrees, saturation: 0.52, 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 #88D9CA is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 217 | 202 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.15 |
| HSL | 168.89º | 0.52% | 0.69% | - |
| HSV(B) | 168.89º | 0.37% | 0.85% | - |
| XYZ | 45.63 | 59.12 | 64.88 | - |
| YUV | 191.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 217 | 202 | 0.37 | 0 | 0.07 | 0.15 | 168.89 | 0.52 | 0.69 |
| Hex | 88 | D9 | CA | 25 | 0 | 7 | F | A9 | 34 | 45 |
| Octal | 210 | 331 | 312 | 45 | 0 | 7 | 17 | 251 | 64 | 105 |
| Binary | 10001000 | 11011001 | 11001010 | 100101 | 0 | 111 | 1111 | 10101001 | 110100 | 1000101 |
Color Harmonies of #88D9CA
Complementary color
Monochromatic Colors of #88D9CA
Black with #88D9CA
Text Example
Text Example
White with #88D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D9CA; }
p { color: rgb(136,217,202); }
H1.HeaderClassName
{
color: #88D9CA;
}
.AnyTagClassName
{
color: #88D9CA;
}
</style>
background-color css
<style>
a { background-color: #88D9CA; }
a { background-color: rgb(136,217,202); }
div.DivClassName
{
background-color: #88D9CA;
}
.BgClassName
{
background-color: #88D9CA;
}
</style>
border-color css
<style>
span { border-color: #88D9CA; }
span { border-color: rgb(136,217,202); }
td.TdClassName
{
border-color: #88D9CA;
}
.TagClassName
{
border-color: #88D9CA;
}
</style>