Shades of Riptide #96DAC2
Tints of Riptide #96DAC2
RGB
CMYK
RGB Variations
Color information
#96DAC2 (or 0x96DAC2) is known color: Riptide. HEX triplet: 96, DA and C2. RGB value is (150,218,194). Sum of RGB (Red+Green+Blue) = 150+218+194=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DAC2 is #69253D. Grayscale: #C2C2C2. Windows color (decimal): -6890814 or 12769942. OLE color: 12769942.
HSL color Cylindrical-coordinate representation of color #96DAC2: hue angle of 158.82º 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 #96DAC2 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 194 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.15 |
| HSL | 158.82º | 0.48% | 0.72% | - |
| HSV(B) | 158.82º | 0.31% | 0.85% | - |
| XYZ | 47.39 | 60.52 | 60.22 | - |
| YUV | 194.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 194 | 0.31 | 0 | 0.11 | 0.15 | 158.82 | 0.48 | 0.72 |
| Hex | 96 | DA | C2 | 1F | 0 | B | F | 9F | 30 | 48 |
| Octal | 226 | 332 | 302 | 37 | 0 | 13 | 17 | 237 | 60 | 110 |
| Binary | 10010110 | 11011010 | 11000010 | 11111 | 0 | 1011 | 1111 | 10011111 | 110000 | 1001000 |
Color Harmonies of #96DAC2
Complementary color
Monochromatic Colors of #96DAC2
Black with #96DAC2
Text Example
Text Example
White with #96DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DAC2; }
p { color: rgb(150,218,194); }
H1.HeaderClassName
{
color: #96DAC2;
}
.AnyTagClassName
{
color: #96DAC2;
}
</style>
background-color css
<style>
a { background-color: #96DAC2; }
a { background-color: rgb(150,218,194); }
div.DivClassName
{
background-color: #96DAC2;
}
.BgClassName
{
background-color: #96DAC2;
}
</style>
border-color css
<style>
span { border-color: #96DAC2; }
span { border-color: rgb(150,218,194); }
td.TdClassName
{
border-color: #96DAC2;
}
.TagClassName
{
border-color: #96DAC2;
}
</style>