Shades of Riptide #88CECE
Tints of Riptide #88CECE
RGB
CMYK
RGB Variations
Color information
#88CECE (or 0x88CECE) is known color: Riptide. HEX triplet: 88, CE and CE. RGB value is (136,206,206). Sum of RGB (Red+Green+Blue) = 136+206+206=548 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.82% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #88CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CECE is #773131. Grayscale: #B8B8B8. Windows color (decimal): -7811378 or 13553288. OLE color: 13553288.
HSL color Cylindrical-coordinate representation of color #88CECE: hue angle of 180º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CECE is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 206 | 206 | - |
| CMYK | 0.34 | 0 | 0 | 0.19 |
| HSL | 180º | 0.42% | 0.67% | - |
| HSV(B) | 180º | 0.34% | 0.81% | - |
| XYZ | 43.37 | 53.83 | 66.5 | - |
| YUV | 185.07 | 139.81 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 206 | 206 | 0.34 | 0 | 0 | 0.19 | 180 | 0.42 | 0.67 |
| Hex | 88 | CE | CE | 22 | 0 | 0 | 13 | B4 | 2A | 43 |
| Octal | 210 | 316 | 316 | 42 | 0 | 0 | 23 | 264 | 52 | 103 |
| Binary | 10001000 | 11001110 | 11001110 | 100010 | 0 | 0 | 10011 | 10110100 | 101010 | 1000011 |
Color Harmonies of #88CECE
Complementary color
Monochromatic Colors of #88CECE
Black with #88CECE
Text Example
Text Example
White with #88CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CECE; }
p { color: rgb(136,206,206); }
H1.HeaderClassName
{
color: #88CECE;
}
.AnyTagClassName
{
color: #88CECE;
}
</style>
background-color css
<style>
a { background-color: #88CECE; }
a { background-color: rgb(136,206,206); }
div.DivClassName
{
background-color: #88CECE;
}
.BgClassName
{
background-color: #88CECE;
}
</style>
border-color css
<style>
span { border-color: #88CECE; }
span { border-color: rgb(136,206,206); }
td.TdClassName
{
border-color: #88CECE;
}
.TagClassName
{
border-color: #88CECE;
}
</style>