Shades of Riptide #88EBD1
Tints of Riptide #88EBD1
RGB
CMYK
RGB Variations
Color information
#88EBD1 (or 0x88EBD1) is known color: Riptide. HEX triplet: 88, EB and D1. RGB value is (136,235,209). Sum of RGB (Red+Green+Blue) = 136+235+209=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #88EBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EBD1 is #77142E. Grayscale: #CACACA. Windows color (decimal): -7803951 or 13757320. OLE color: 13757320.
HSL color Cylindrical-coordinate representation of color #88EBD1: hue angle of 164.24º 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 #88EBD1 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 235 | 209 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.08 |
| HSL | 164.24º | 0.71% | 0.73% | - |
| HSV(B) | 164.24º | 0.42% | 0.92% | - |
| XYZ | 51.37 | 69.25 | 70.98 | - |
| YUV | 202.44 | 131.7 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 235 | 209 | 0.42 | 0 | 0.11 | 0.08 | 164.24 | 0.71 | 0.73 |
| Hex | 88 | EB | D1 | 2A | 0 | B | 8 | A4 | 47 | 49 |
| Octal | 210 | 353 | 321 | 52 | 0 | 13 | 10 | 244 | 107 | 111 |
| Binary | 10001000 | 11101011 | 11010001 | 101010 | 0 | 1011 | 1000 | 10100100 | 1000111 | 1001001 |
Color Harmonies of #88EBD1
Complementary color
Monochromatic Colors of #88EBD1
Black with #88EBD1
Text Example
Text Example
White with #88EBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EBD1; }
p { color: rgb(136,235,209); }
H1.HeaderClassName
{
color: #88EBD1;
}
.AnyTagClassName
{
color: #88EBD1;
}
</style>
background-color css
<style>
a { background-color: #88EBD1; }
a { background-color: rgb(136,235,209); }
div.DivClassName
{
background-color: #88EBD1;
}
.BgClassName
{
background-color: #88EBD1;
}
</style>
border-color css
<style>
span { border-color: #88EBD1; }
span { border-color: rgb(136,235,209); }
td.TdClassName
{
border-color: #88EBD1;
}
.TagClassName
{
border-color: #88EBD1;
}
</style>