Shades of Riptide #96DCC5
Tints of Riptide #96DCC5
RGB
CMYK
RGB Variations
Color information
#96DCC5 (or 0x96DCC5) is known color: Riptide. HEX triplet: 96, DC and C5. RGB value is (150,220,197). Sum of RGB (Red+Green+Blue) = 150+220+197=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCC5 is #69233A. Grayscale: #C4C4C4. Windows color (decimal): -6890299 or 12967062. OLE color: 12967062.
HSL color Cylindrical-coordinate representation of color #96DCC5: hue angle of 160.29º 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 #96DCC5 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 197 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.14 |
| HSL | 160.29º | 0.5% | 0.73% | - |
| HSV(B) | 160.29º | 0.32% | 0.86% | - |
| XYZ | 48.25 | 61.7 | 62.19 | - |
| YUV | 196.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 197 | 0.32 | 0 | 0.10 | 0.14 | 160.29 | 0.5 | 0.73 |
| Hex | 96 | DC | C5 | 20 | 0 | A | E | A0 | 32 | 49 |
| Octal | 226 | 334 | 305 | 40 | 0 | 12 | 16 | 240 | 62 | 111 |
| Binary | 10010110 | 11011100 | 11000101 | 100000 | 0 | 1010 | 1110 | 10100000 | 110010 | 1001001 |
Color Harmonies of #96DCC5
Complementary color
Monochromatic Colors of #96DCC5
Black with #96DCC5
Text Example
Text Example
White with #96DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCC5; }
p { color: rgb(150,220,197); }
H1.HeaderClassName
{
color: #96DCC5;
}
.AnyTagClassName
{
color: #96DCC5;
}
</style>
background-color css
<style>
a { background-color: #96DCC5; }
a { background-color: rgb(150,220,197); }
div.DivClassName
{
background-color: #96DCC5;
}
.BgClassName
{
background-color: #96DCC5;
}
</style>
border-color css
<style>
span { border-color: #96DCC5; }
span { border-color: rgb(150,220,197); }
td.TdClassName
{
border-color: #96DCC5;
}
.TagClassName
{
border-color: #96DCC5;
}
</style>