Shades of Riptide #96DDC2
Tints of Riptide #96DDC2
RGB
CMYK
RGB Variations
Color information
#96DDC2 (or 0x96DDC2) is known color: Riptide. HEX triplet: 96, DD and C2. RGB value is (150,221,194). Sum of RGB (Red+Green+Blue) = 150+221+194=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDC2 is #69223D. Grayscale: #C4C4C4. Windows color (decimal): -6890046 or 12770710. OLE color: 12770710.
HSL color Cylindrical-coordinate representation of color #96DDC2: hue angle of 157.18º 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 #96DDC2 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 194 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.13 |
| HSL | 157.18º | 0.51% | 0.73% | - |
| HSV(B) | 157.18º | 0.32% | 0.87% | - |
| XYZ | 48.17 | 62.09 | 60.48 | - |
| YUV | 196.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 194 | 0.32 | 0 | 0.12 | 0.13 | 157.18 | 0.51 | 0.73 |
| Hex | 96 | DD | C2 | 20 | 0 | C | D | 9D | 33 | 49 |
| Octal | 226 | 335 | 302 | 40 | 0 | 14 | 15 | 235 | 63 | 111 |
| Binary | 10010110 | 11011101 | 11000010 | 100000 | 0 | 1100 | 1101 | 10011101 | 110011 | 1001001 |
Color Harmonies of #96DDC2
Complementary color
Monochromatic Colors of #96DDC2
Black with #96DDC2
Text Example
Text Example
White with #96DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDC2; }
p { color: rgb(150,221,194); }
H1.HeaderClassName
{
color: #96DDC2;
}
.AnyTagClassName
{
color: #96DDC2;
}
</style>
background-color css
<style>
a { background-color: #96DDC2; }
a { background-color: rgb(150,221,194); }
div.DivClassName
{
background-color: #96DDC2;
}
.BgClassName
{
background-color: #96DDC2;
}
</style>
border-color css
<style>
span { border-color: #96DDC2; }
span { border-color: rgb(150,221,194); }
td.TdClassName
{
border-color: #96DDC2;
}
.TagClassName
{
border-color: #96DDC2;
}
</style>