Shades of Riptide #96DDCC
Tints of Riptide #96DDCC
RGB
CMYK
RGB Variations
Color information
#96DDCC (or 0x96DDCC) is known color: Riptide. HEX triplet: 96, DD and CC. RGB value is (150,221,204). Sum of RGB (Red+Green+Blue) = 150+221+204=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDCC is #692233. Grayscale: #C5C5C5. Windows color (decimal): -6890036 or 13426070. OLE color: 13426070.
HSL color Cylindrical-coordinate representation of color #96DDCC: hue angle of 165.63º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDCC is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 204 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.13 |
| HSL | 165.63º | 0.51% | 0.73% | - |
| HSV(B) | 165.63º | 0.32% | 0.87% | - |
| XYZ | 49.33 | 62.56 | 66.6 | - |
| YUV | 197.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 204 | 0.32 | 0 | 0.08 | 0.13 | 165.63 | 0.51 | 0.73 |
| Hex | 96 | DD | CC | 20 | 0 | 8 | D | A6 | 33 | 49 |
| Octal | 226 | 335 | 314 | 40 | 0 | 10 | 15 | 246 | 63 | 111 |
| Binary | 10010110 | 11011101 | 11001100 | 100000 | 0 | 1000 | 1101 | 10100110 | 110011 | 1001001 |
Color Harmonies of #96DDCC
Complementary color
Monochromatic Colors of #96DDCC
Black with #96DDCC
Text Example
Text Example
White with #96DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDCC; }
p { color: rgb(150,221,204); }
H1.HeaderClassName
{
color: #96DDCC;
}
.AnyTagClassName
{
color: #96DDCC;
}
</style>
background-color css
<style>
a { background-color: #96DDCC; }
a { background-color: rgb(150,221,204); }
div.DivClassName
{
background-color: #96DDCC;
}
.BgClassName
{
background-color: #96DDCC;
}
</style>
border-color css
<style>
span { border-color: #96DDCC; }
span { border-color: rgb(150,221,204); }
td.TdClassName
{
border-color: #96DDCC;
}
.TagClassName
{
border-color: #96DDCC;
}
</style>