Shades of Riptide #96DAC9
Tints of Riptide #96DAC9
RGB
CMYK
RGB Variations
Color information
#96DAC9 (or 0x96DAC9) is known color: Riptide. HEX triplet: 96, DA and C9. RGB value is (150,218,201). Sum of RGB (Red+Green+Blue) = 150+218+201=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DAC9 is #692536. Grayscale: #C3C3C3. Windows color (decimal): -6890807 or 13228694. OLE color: 13228694.
HSL color Cylindrical-coordinate representation of color #96DAC9: hue angle of 165º 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 #96DAC9 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 201 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.15 |
| HSL | 165º | 0.48% | 0.72% | - |
| HSV(B) | 165º | 0.31% | 0.85% | - |
| XYZ | 48.19 | 60.84 | 64.46 | - |
| YUV | 195.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 201 | 0.31 | 0 | 0.08 | 0.15 | 165 | 0.48 | 0.72 |
| Hex | 96 | DA | C9 | 1F | 0 | 8 | F | A5 | 30 | 48 |
| Octal | 226 | 332 | 311 | 37 | 0 | 10 | 17 | 245 | 60 | 110 |
| Binary | 10010110 | 11011010 | 11001001 | 11111 | 0 | 1000 | 1111 | 10100101 | 110000 | 1001000 |
Color Harmonies of #96DAC9
Complementary color
Monochromatic Colors of #96DAC9
Black with #96DAC9
Text Example
Text Example
White with #96DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DAC9; }
p { color: rgb(150,218,201); }
H1.HeaderClassName
{
color: #96DAC9;
}
.AnyTagClassName
{
color: #96DAC9;
}
</style>
background-color css
<style>
a { background-color: #96DAC9; }
a { background-color: rgb(150,218,201); }
div.DivClassName
{
background-color: #96DAC9;
}
.BgClassName
{
background-color: #96DAC9;
}
</style>
border-color css
<style>
span { border-color: #96DAC9; }
span { border-color: rgb(150,218,201); }
td.TdClassName
{
border-color: #96DAC9;
}
.TagClassName
{
border-color: #96DAC9;
}
</style>