Shades of Riptide #96DAC6
Tints of Riptide #96DAC6
RGB
CMYK
RGB Variations
Color information
#96DAC6 (or 0x96DAC6) is known color: Riptide. HEX triplet: 96, DA and C6. RGB value is (150,218,198). Sum of RGB (Red+Green+Blue) = 150+218+198=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DAC6 is #692539. Grayscale: #C3C3C3. Windows color (decimal): -6890810 or 13032086. OLE color: 13032086.
HSL color Cylindrical-coordinate representation of color #96DAC6: hue angle of 162.35º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96DAC6 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 198 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.15 |
| HSL | 162.35º | 0.48% | 0.72% | - |
| HSV(B) | 162.35º | 0.31% | 0.85% | - |
| XYZ | 47.84 | 60.7 | 62.62 | - |
| YUV | 195.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 198 | 0.31 | 0 | 0.09 | 0.15 | 162.35 | 0.48 | 0.72 |
| Hex | 96 | DA | C6 | 1F | 0 | 9 | F | A2 | 30 | 48 |
| Octal | 226 | 332 | 306 | 37 | 0 | 11 | 17 | 242 | 60 | 110 |
| Binary | 10010110 | 11011010 | 11000110 | 11111 | 0 | 1001 | 1111 | 10100010 | 110000 | 1001000 |
Color Harmonies of #96DAC6
Complementary color
Monochromatic Colors of #96DAC6
Black with #96DAC6
Text Example
Text Example
White with #96DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DAC6; }
p { color: rgb(150,218,198); }
H1.HeaderClassName
{
color: #96DAC6;
}
.AnyTagClassName
{
color: #96DAC6;
}
</style>
background-color css
<style>
a { background-color: #96DAC6; }
a { background-color: rgb(150,218,198); }
div.DivClassName
{
background-color: #96DAC6;
}
.BgClassName
{
background-color: #96DAC6;
}
</style>
border-color css
<style>
span { border-color: #96DAC6; }
span { border-color: rgb(150,218,198); }
td.TdClassName
{
border-color: #96DAC6;
}
.TagClassName
{
border-color: #96DAC6;
}
</style>