Shades of Riptide #88DCC3
Tints of Riptide #88DCC3
RGB
CMYK
RGB Variations
Color information
#88DCC3 (or 0x88DCC3) is known color: Riptide. HEX triplet: 88, DC and C3. RGB value is (136,220,195). Sum of RGB (Red+Green+Blue) = 136+220+195=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCC3 is #77233C. Grayscale: #C0C0C0. Windows color (decimal): -7807805 or 12835976. OLE color: 12835976.
HSL color Cylindrical-coordinate representation of color #88DCC3: hue angle of 162.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCC3 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 195 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.14 |
| HSL | 162.14º | 0.55% | 0.7% | - |
| HSV(B) | 162.14º | 0.38% | 0.86% | - |
| XYZ | 45.6 | 60.36 | 60.88 | - |
| YUV | 192.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 195 | 0.38 | 0 | 0.11 | 0.14 | 162.14 | 0.55 | 0.7 |
| Hex | 88 | DC | C3 | 26 | 0 | B | E | A2 | 37 | 46 |
| Octal | 210 | 334 | 303 | 46 | 0 | 13 | 16 | 242 | 67 | 106 |
| Binary | 10001000 | 11011100 | 11000011 | 100110 | 0 | 1011 | 1110 | 10100010 | 110111 | 1000110 |
Color Harmonies of #88DCC3
Complementary color
Monochromatic Colors of #88DCC3
Black with #88DCC3
Text Example
Text Example
White with #88DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCC3; }
p { color: rgb(136,220,195); }
H1.HeaderClassName
{
color: #88DCC3;
}
.AnyTagClassName
{
color: #88DCC3;
}
</style>
background-color css
<style>
a { background-color: #88DCC3; }
a { background-color: rgb(136,220,195); }
div.DivClassName
{
background-color: #88DCC3;
}
.BgClassName
{
background-color: #88DCC3;
}
</style>
border-color css
<style>
span { border-color: #88DCC3; }
span { border-color: rgb(136,220,195); }
td.TdClassName
{
border-color: #88DCC3;
}
.TagClassName
{
border-color: #88DCC3;
}
</style>