Shades of Riptide #96DBC1
Tints of Riptide #96DBC1
RGB
CMYK
RGB Variations
Color information
#96DBC1 (or 0x96DBC1) is known color: Riptide. HEX triplet: 96, DB and C1. RGB value is (150,219,193). Sum of RGB (Red+Green+Blue) = 150+219+193=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBC1 is #69243E. Grayscale: #C3C3C3. Windows color (decimal): -6890559 or 12704662. OLE color: 12704662.
HSL color Cylindrical-coordinate representation of color #96DBC1: hue angle of 157.39º 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 #96DBC1 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 193 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.14 |
| HSL | 157.39º | 0.49% | 0.72% | - |
| HSV(B) | 157.39º | 0.32% | 0.86% | - |
| XYZ | 47.53 | 61 | 59.72 | - |
| YUV | 195.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 193 | 0.32 | 0 | 0.12 | 0.14 | 157.39 | 0.49 | 0.72 |
| Hex | 96 | DB | C1 | 20 | 0 | C | E | 9D | 31 | 48 |
| Octal | 226 | 333 | 301 | 40 | 0 | 14 | 16 | 235 | 61 | 110 |
| Binary | 10010110 | 11011011 | 11000001 | 100000 | 0 | 1100 | 1110 | 10011101 | 110001 | 1001000 |
Color Harmonies of #96DBC1
Complementary color
Monochromatic Colors of #96DBC1
Black with #96DBC1
Text Example
Text Example
White with #96DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBC1; }
p { color: rgb(150,219,193); }
H1.HeaderClassName
{
color: #96DBC1;
}
.AnyTagClassName
{
color: #96DBC1;
}
</style>
background-color css
<style>
a { background-color: #96DBC1; }
a { background-color: rgb(150,219,193); }
div.DivClassName
{
background-color: #96DBC1;
}
.BgClassName
{
background-color: #96DBC1;
}
</style>
border-color css
<style>
span { border-color: #96DBC1; }
span { border-color: rgb(150,219,193); }
td.TdClassName
{
border-color: #96DBC1;
}
.TagClassName
{
border-color: #96DBC1;
}
</style>