Shades of Riptide #96DCC8
Tints of Riptide #96DCC8
RGB
CMYK
RGB Variations
Color information
#96DCC8 (or 0x96DCC8) is known color: Riptide. HEX triplet: 96, DC and C8. RGB value is (150,220,200). Sum of RGB (Red+Green+Blue) = 150+220+200=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCC8 is #692337. Grayscale: #C4C4C4. Windows color (decimal): -6890296 or 13163670. OLE color: 13163670.
HSL color Cylindrical-coordinate representation of color #96DCC8: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCC8 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 200 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.14 |
| HSL | 162.86º | 0.5% | 0.73% | - |
| HSV(B) | 162.86º | 0.32% | 0.86% | - |
| XYZ | 48.6 | 61.84 | 64.02 | - |
| YUV | 196.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 200 | 0.32 | 0 | 0.09 | 0.14 | 162.86 | 0.5 | 0.73 |
| Hex | 96 | DC | C8 | 20 | 0 | 9 | E | A3 | 32 | 49 |
| Octal | 226 | 334 | 310 | 40 | 0 | 11 | 16 | 243 | 62 | 111 |
| Binary | 10010110 | 11011100 | 11001000 | 100000 | 0 | 1001 | 1110 | 10100011 | 110010 | 1001001 |
Color Harmonies of #96DCC8
Complementary color
Monochromatic Colors of #96DCC8
Black with #96DCC8
Text Example
Text Example
White with #96DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCC8; }
p { color: rgb(150,220,200); }
H1.HeaderClassName
{
color: #96DCC8;
}
.AnyTagClassName
{
color: #96DCC8;
}
</style>
background-color css
<style>
a { background-color: #96DCC8; }
a { background-color: rgb(150,220,200); }
div.DivClassName
{
background-color: #96DCC8;
}
.BgClassName
{
background-color: #96DCC8;
}
</style>
border-color css
<style>
span { border-color: #96DCC8; }
span { border-color: rgb(150,220,200); }
td.TdClassName
{
border-color: #96DCC8;
}
.TagClassName
{
border-color: #96DCC8;
}
</style>