Shades of Riptide #96DBCB
Tints of Riptide #96DBCB
RGB
CMYK
RGB Variations
Color information
#96DBCB (or 0x96DBCB) is known color: Riptide. HEX triplet: 96, DB and CB. RGB value is (150,219,203). Sum of RGB (Red+Green+Blue) = 150+219+203=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBCB is #692434. Grayscale: #C4C4C4. Windows color (decimal): -6890549 or 13360022. OLE color: 13360022.
HSL color Cylindrical-coordinate representation of color #96DBCB: hue angle of 166.09º 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 #96DBCB is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 203 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.14 |
| HSL | 166.09º | 0.49% | 0.72% | - |
| HSV(B) | 166.09º | 0.32% | 0.86% | - |
| XYZ | 48.69 | 61.46 | 65.8 | - |
| YUV | 196.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 203 | 0.32 | 0 | 0.07 | 0.14 | 166.09 | 0.49 | 0.72 |
| Hex | 96 | DB | CB | 20 | 0 | 7 | E | A6 | 31 | 48 |
| Octal | 226 | 333 | 313 | 40 | 0 | 7 | 16 | 246 | 61 | 110 |
| Binary | 10010110 | 11011011 | 11001011 | 100000 | 0 | 111 | 1110 | 10100110 | 110001 | 1001000 |
Color Harmonies of #96DBCB
Complementary color
Monochromatic Colors of #96DBCB
Black with #96DBCB
Text Example
Text Example
White with #96DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBCB; }
p { color: rgb(150,219,203); }
H1.HeaderClassName
{
color: #96DBCB;
}
.AnyTagClassName
{
color: #96DBCB;
}
</style>
background-color css
<style>
a { background-color: #96DBCB; }
a { background-color: rgb(150,219,203); }
div.DivClassName
{
background-color: #96DBCB;
}
.BgClassName
{
background-color: #96DBCB;
}
</style>
border-color css
<style>
span { border-color: #96DBCB; }
span { border-color: rgb(150,219,203); }
td.TdClassName
{
border-color: #96DBCB;
}
.TagClassName
{
border-color: #96DBCB;
}
</style>