Shades of Riptide #88EBD4
Tints of Riptide #88EBD4
RGB
CMYK
RGB Variations
Color information
#88EBD4 (or 0x88EBD4) is known color: Riptide. HEX triplet: 88, EB and D4. RGB value is (136,235,212). Sum of RGB (Red+Green+Blue) = 136+235+212=583 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.33% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #88EBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EBD4 is #77142B. Grayscale: #CACACA. Windows color (decimal): -7803948 or 13953928. OLE color: 13953928.
HSL color Cylindrical-coordinate representation of color #88EBD4: hue angle of 166.06º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88EBD4 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 235 | 212 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.08 |
| HSL | 166.06º | 0.71% | 0.73% | - |
| HSV(B) | 166.06º | 0.42% | 0.92% | - |
| XYZ | 51.75 | 69.4 | 72.96 | - |
| YUV | 202.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 235 | 212 | 0.42 | 0 | 0.10 | 0.08 | 166.06 | 0.71 | 0.73 |
| Hex | 88 | EB | D4 | 2A | 0 | A | 8 | A6 | 47 | 49 |
| Octal | 210 | 353 | 324 | 52 | 0 | 12 | 10 | 246 | 107 | 111 |
| Binary | 10001000 | 11101011 | 11010100 | 101010 | 0 | 1010 | 1000 | 10100110 | 1000111 | 1001001 |
Color Harmonies of #88EBD4
Complementary color
Monochromatic Colors of #88EBD4
Black with #88EBD4
Text Example
Text Example
White with #88EBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EBD4; }
p { color: rgb(136,235,212); }
H1.HeaderClassName
{
color: #88EBD4;
}
.AnyTagClassName
{
color: #88EBD4;
}
</style>
background-color css
<style>
a { background-color: #88EBD4; }
a { background-color: rgb(136,235,212); }
div.DivClassName
{
background-color: #88EBD4;
}
.BgClassName
{
background-color: #88EBD4;
}
</style>
border-color css
<style>
span { border-color: #88EBD4; }
span { border-color: rgb(136,235,212); }
td.TdClassName
{
border-color: #88EBD4;
}
.TagClassName
{
border-color: #88EBD4;
}
</style>