Shades of Riptide #96DCC3
Tints of Riptide #96DCC3
RGB
CMYK
RGB Variations
Color information
#96DCC3 (or 0x96DCC3) is known color: Riptide. HEX triplet: 96, DC and C3. RGB value is (150,220,195). Sum of RGB (Red+Green+Blue) = 150+220+195=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCC3 is #69233C. Grayscale: #C4C4C4. Windows color (decimal): -6890301 or 12835990. OLE color: 12835990.
HSL color Cylindrical-coordinate representation of color #96DCC3: hue angle of 158.57º 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 #96DCC3 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 195 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.14 |
| HSL | 158.57º | 0.5% | 0.73% | - |
| HSV(B) | 158.57º | 0.32% | 0.86% | - |
| XYZ | 48.02 | 61.61 | 60.99 | - |
| YUV | 196.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 195 | 0.32 | 0 | 0.11 | 0.14 | 158.57 | 0.5 | 0.73 |
| Hex | 96 | DC | C3 | 20 | 0 | B | E | 9F | 32 | 49 |
| Octal | 226 | 334 | 303 | 40 | 0 | 13 | 16 | 237 | 62 | 111 |
| Binary | 10010110 | 11011100 | 11000011 | 100000 | 0 | 1011 | 1110 | 10011111 | 110010 | 1001001 |
Color Harmonies of #96DCC3
Complementary color
Monochromatic Colors of #96DCC3
Black with #96DCC3
Text Example
Text Example
White with #96DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCC3; }
p { color: rgb(150,220,195); }
H1.HeaderClassName
{
color: #96DCC3;
}
.AnyTagClassName
{
color: #96DCC3;
}
</style>
background-color css
<style>
a { background-color: #96DCC3; }
a { background-color: rgb(150,220,195); }
div.DivClassName
{
background-color: #96DCC3;
}
.BgClassName
{
background-color: #96DCC3;
}
</style>
border-color css
<style>
span { border-color: #96DCC3; }
span { border-color: rgb(150,220,195); }
td.TdClassName
{
border-color: #96DCC3;
}
.TagClassName
{
border-color: #96DCC3;
}
</style>