Shades of Riptide #88D9D5
Tints of Riptide #88D9D5
RGB
CMYK
RGB Variations
Color information
#88D9D5 (or 0x88D9D5) is known color: Riptide. HEX triplet: 88, D9 and D5. RGB value is (136,217,213). Sum of RGB (Red+Green+Blue) = 136+217+213=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #88D9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D9D5 is #77262A. Grayscale: #C0C0C0. Windows color (decimal): -7808555 or 14014856. OLE color: 14014856.
HSL color Cylindrical-coordinate representation of color #88D9D5: hue angle of 177.04º 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 #88D9D5 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 217 | 213 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.15 |
| HSL | 177.04º | 0.52% | 0.69% | - |
| HSV(B) | 177.04º | 0.37% | 0.85% | - |
| XYZ | 46.98 | 59.66 | 71.99 | - |
| YUV | 192.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 217 | 213 | 0.37 | 0 | 0.02 | 0.15 | 177.04 | 0.52 | 0.69 |
| Hex | 88 | D9 | D5 | 25 | 0 | 2 | F | B1 | 34 | 45 |
| Octal | 210 | 331 | 325 | 45 | 0 | 2 | 17 | 261 | 64 | 105 |
| Binary | 10001000 | 11011001 | 11010101 | 100101 | 0 | 10 | 1111 | 10110001 | 110100 | 1000101 |
Color Harmonies of #88D9D5
Complementary color
Monochromatic Colors of #88D9D5
Black with #88D9D5
Text Example
Text Example
White with #88D9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D9D5; }
p { color: rgb(136,217,213); }
H1.HeaderClassName
{
color: #88D9D5;
}
.AnyTagClassName
{
color: #88D9D5;
}
</style>
background-color css
<style>
a { background-color: #88D9D5; }
a { background-color: rgb(136,217,213); }
div.DivClassName
{
background-color: #88D9D5;
}
.BgClassName
{
background-color: #88D9D5;
}
</style>
border-color css
<style>
span { border-color: #88D9D5; }
span { border-color: rgb(136,217,213); }
td.TdClassName
{
border-color: #88D9D5;
}
.TagClassName
{
border-color: #88D9D5;
}
</style>