Shades of Riptide #96DDC8
Tints of Riptide #96DDC8
RGB
CMYK
RGB Variations
Color information
#96DDC8 (or 0x96DDC8) is known color: Riptide. HEX triplet: 96, DD and C8. RGB value is (150,221,200). Sum of RGB (Red+Green+Blue) = 150+221+200=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDC8 is #692237. Grayscale: #C5C5C5. Windows color (decimal): -6890040 or 13163926. OLE color: 13163926.
HSL color Cylindrical-coordinate representation of color #96DDC8: hue angle of 162.25º 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 #96DDC8 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 200 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.13 |
| HSL | 162.25º | 0.51% | 0.73% | - |
| HSV(B) | 162.25º | 0.32% | 0.87% | - |
| XYZ | 48.86 | 62.37 | 64.11 | - |
| YUV | 197.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 200 | 0.32 | 0 | 0.10 | 0.13 | 162.25 | 0.51 | 0.73 |
| Hex | 96 | DD | C8 | 20 | 0 | A | D | A2 | 33 | 49 |
| Octal | 226 | 335 | 310 | 40 | 0 | 12 | 15 | 242 | 63 | 111 |
| Binary | 10010110 | 11011101 | 11001000 | 100000 | 0 | 1010 | 1101 | 10100010 | 110011 | 1001001 |
Color Harmonies of #96DDC8
Complementary color
Monochromatic Colors of #96DDC8
Black with #96DDC8
Text Example
Text Example
White with #96DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDC8; }
p { color: rgb(150,221,200); }
H1.HeaderClassName
{
color: #96DDC8;
}
.AnyTagClassName
{
color: #96DDC8;
}
</style>
background-color css
<style>
a { background-color: #96DDC8; }
a { background-color: rgb(150,221,200); }
div.DivClassName
{
background-color: #96DDC8;
}
.BgClassName
{
background-color: #96DDC8;
}
</style>
border-color css
<style>
span { border-color: #96DDC8; }
span { border-color: rgb(150,221,200); }
td.TdClassName
{
border-color: #96DDC8;
}
.TagClassName
{
border-color: #96DDC8;
}
</style>