Shades of Riptide #96DBCC
Tints of Riptide #96DBCC
RGB
CMYK
RGB Variations
Color information
#96DBCC (or 0x96DBCC) is known color: Riptide. HEX triplet: 96, DB and CC. RGB value is (150,219,204). Sum of RGB (Red+Green+Blue) = 150+219+204=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBCC is #692433. Grayscale: #C4C4C4. Windows color (decimal): -6890548 or 13425558. OLE color: 13425558.
HSL color Cylindrical-coordinate representation of color #96DBCC: hue angle of 166.96º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBCC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 204 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.14 |
| HSL | 166.96º | 0.49% | 0.72% | - |
| HSV(B) | 166.96º | 0.32% | 0.86% | - |
| XYZ | 48.81 | 61.51 | 66.43 | - |
| YUV | 196.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 204 | 0.32 | 0 | 0.07 | 0.14 | 166.96 | 0.49 | 0.72 |
| Hex | 96 | DB | CC | 20 | 0 | 7 | E | A7 | 31 | 48 |
| Octal | 226 | 333 | 314 | 40 | 0 | 7 | 16 | 247 | 61 | 110 |
| Binary | 10010110 | 11011011 | 11001100 | 100000 | 0 | 111 | 1110 | 10100111 | 110001 | 1001000 |
Color Harmonies of #96DBCC
Complementary color
Monochromatic Colors of #96DBCC
Black with #96DBCC
Text Example
Text Example
White with #96DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBCC; }
p { color: rgb(150,219,204); }
H1.HeaderClassName
{
color: #96DBCC;
}
.AnyTagClassName
{
color: #96DBCC;
}
</style>
background-color css
<style>
a { background-color: #96DBCC; }
a { background-color: rgb(150,219,204); }
div.DivClassName
{
background-color: #96DBCC;
}
.BgClassName
{
background-color: #96DBCC;
}
</style>
border-color css
<style>
span { border-color: #96DBCC; }
span { border-color: rgb(150,219,204); }
td.TdClassName
{
border-color: #96DBCC;
}
.TagClassName
{
border-color: #96DBCC;
}
</style>