Shades of Riptide #88D9C2
Tints of Riptide #88D9C2
RGB
CMYK
RGB Variations
Color information
#88D9C2 (or 0x88D9C2) is known color: Riptide. HEX triplet: 88, D9 and C2. RGB value is (136,217,194). Sum of RGB (Red+Green+Blue) = 136+217+194=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #88D9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D9C2 is #77263D. Grayscale: #BEBEBE. Windows color (decimal): -7808574 or 12769672. OLE color: 12769672.
HSL color Cylindrical-coordinate representation of color #88D9C2: hue angle of 162.96º 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 #88D9C2 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 217 | 194 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.15 |
| HSL | 162.96º | 0.52% | 0.69% | - |
| HSV(B) | 162.96º | 0.37% | 0.85% | - |
| XYZ | 44.7 | 58.76 | 60.02 | - |
| YUV | 190.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 217 | 194 | 0.37 | 0 | 0.11 | 0.15 | 162.96 | 0.52 | 0.69 |
| Hex | 88 | D9 | C2 | 25 | 0 | B | F | A3 | 34 | 45 |
| Octal | 210 | 331 | 302 | 45 | 0 | 13 | 17 | 243 | 64 | 105 |
| Binary | 10001000 | 11011001 | 11000010 | 100101 | 0 | 1011 | 1111 | 10100011 | 110100 | 1000101 |
Color Harmonies of #88D9C2
Complementary color
Monochromatic Colors of #88D9C2
Black with #88D9C2
Text Example
Text Example
White with #88D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D9C2; }
p { color: rgb(136,217,194); }
H1.HeaderClassName
{
color: #88D9C2;
}
.AnyTagClassName
{
color: #88D9C2;
}
</style>
background-color css
<style>
a { background-color: #88D9C2; }
a { background-color: rgb(136,217,194); }
div.DivClassName
{
background-color: #88D9C2;
}
.BgClassName
{
background-color: #88D9C2;
}
</style>
border-color css
<style>
span { border-color: #88D9C2; }
span { border-color: rgb(136,217,194); }
td.TdClassName
{
border-color: #88D9C2;
}
.TagClassName
{
border-color: #88D9C2;
}
</style>