Shades of Riptide #96D6C3
Tints of Riptide #96D6C3
RGB
CMYK
RGB Variations
Color information
#96D6C3 (or 0x96D6C3) is known color: Riptide. HEX triplet: 96, D6 and C3. RGB value is (150,214,195). Sum of RGB (Red+Green+Blue) = 150+214+195=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6C3 is #69293C. Grayscale: #C0C0C0. Windows color (decimal): -6891837 or 12834454. OLE color: 12834454.
HSL color Cylindrical-coordinate representation of color #96D6C3: hue angle of 162.19º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D6C3 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 195 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.16 |
| HSL | 162.19º | 0.44% | 0.71% | - |
| HSV(B) | 162.19º | 0.3% | 0.84% | - |
| XYZ | 46.47 | 58.52 | 60.48 | - |
| YUV | 192.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 195 | 0.30 | 0 | 0.09 | 0.16 | 162.19 | 0.44 | 0.71 |
| Hex | 96 | D6 | C3 | 1E | 0 | 9 | 10 | A2 | 2C | 47 |
| Octal | 226 | 326 | 303 | 36 | 0 | 11 | 20 | 242 | 54 | 107 |
| Binary | 10010110 | 11010110 | 11000011 | 11110 | 0 | 1001 | 10000 | 10100010 | 101100 | 1000111 |
Color Harmonies of #96D6C3
Complementary color
Monochromatic Colors of #96D6C3
Black with #96D6C3
Text Example
Text Example
White with #96D6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D6C3; }
p { color: rgb(150,214,195); }
H1.HeaderClassName
{
color: #96D6C3;
}
.AnyTagClassName
{
color: #96D6C3;
}
</style>
background-color css
<style>
a { background-color: #96D6C3; }
a { background-color: rgb(150,214,195); }
div.DivClassName
{
background-color: #96D6C3;
}
.BgClassName
{
background-color: #96D6C3;
}
</style>
border-color css
<style>
span { border-color: #96D6C3; }
span { border-color: rgb(150,214,195); }
td.TdClassName
{
border-color: #96D6C3;
}
.TagClassName
{
border-color: #96D6C3;
}
</style>