Shades of Riptide #96DDCD
Tints of Riptide #96DDCD
RGB
CMYK
RGB Variations
Color information
#96DDCD (or 0x96DDCD) is known color: Riptide. HEX triplet: 96, DD and CD. RGB value is (150,221,205). Sum of RGB (Red+Green+Blue) = 150+221+205=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDCD is #692232. Grayscale: #C5C5C5. Windows color (decimal): -6890035 or 13491606. OLE color: 13491606.
HSL color Cylindrical-coordinate representation of color #96DDCD: hue angle of 166.48º 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 #96DDCD is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 205 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.13 |
| HSL | 166.48º | 0.51% | 0.73% | - |
| HSV(B) | 166.48º | 0.32% | 0.87% | - |
| XYZ | 49.45 | 62.6 | 67.24 | - |
| YUV | 197.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 205 | 0.32 | 0 | 0.07 | 0.13 | 166.48 | 0.51 | 0.73 |
| Hex | 96 | DD | CD | 20 | 0 | 7 | D | A6 | 33 | 49 |
| Octal | 226 | 335 | 315 | 40 | 0 | 7 | 15 | 246 | 63 | 111 |
| Binary | 10010110 | 11011101 | 11001101 | 100000 | 0 | 111 | 1101 | 10100110 | 110011 | 1001001 |
Color Harmonies of #96DDCD
Complementary color
Monochromatic Colors of #96DDCD
Black with #96DDCD
Text Example
Text Example
White with #96DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDCD; }
p { color: rgb(150,221,205); }
H1.HeaderClassName
{
color: #96DDCD;
}
.AnyTagClassName
{
color: #96DDCD;
}
</style>
background-color css
<style>
a { background-color: #96DDCD; }
a { background-color: rgb(150,221,205); }
div.DivClassName
{
background-color: #96DDCD;
}
.BgClassName
{
background-color: #96DDCD;
}
</style>
border-color css
<style>
span { border-color: #96DDCD; }
span { border-color: rgb(150,221,205); }
td.TdClassName
{
border-color: #96DDCD;
}
.TagClassName
{
border-color: #96DDCD;
}
</style>