Shades of Riptide #96DECD
Tints of Riptide #96DECD
RGB
CMYK
RGB Variations
Color information
#96DECD (or 0x96DECD) is known color: Riptide. HEX triplet: 96, DE and CD. RGB value is (150,222,205). Sum of RGB (Red+Green+Blue) = 150+222+205=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #96DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DECD is #692132. Grayscale: #C6C6C6. Windows color (decimal): -6889779 or 13491862. OLE color: 13491862.
HSL color Cylindrical-coordinate representation of color #96DECD: hue angle of 165.83º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DECD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 205 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.13 |
| HSL | 165.83º | 0.52% | 0.73% | - |
| HSV(B) | 165.83º | 0.32% | 0.87% | - |
| XYZ | 49.72 | 63.13 | 67.32 | - |
| YUV | 198.53 | 131.65 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 205 | 0.32 | 0 | 0.08 | 0.13 | 165.83 | 0.52 | 0.73 |
| Hex | 96 | DE | CD | 20 | 0 | 8 | D | A6 | 34 | 49 |
| Octal | 226 | 336 | 315 | 40 | 0 | 10 | 15 | 246 | 64 | 111 |
| Binary | 10010110 | 11011110 | 11001101 | 100000 | 0 | 1000 | 1101 | 10100110 | 110100 | 1001001 |
Color Harmonies of #96DECD
Complementary color
Monochromatic Colors of #96DECD
Black with #96DECD
Text Example
Text Example
White with #96DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DECD; }
p { color: rgb(150,222,205); }
H1.HeaderClassName
{
color: #96DECD;
}
.AnyTagClassName
{
color: #96DECD;
}
</style>
background-color css
<style>
a { background-color: #96DECD; }
a { background-color: rgb(150,222,205); }
div.DivClassName
{
background-color: #96DECD;
}
.BgClassName
{
background-color: #96DECD;
}
</style>
border-color css
<style>
span { border-color: #96DECD; }
span { border-color: rgb(150,222,205); }
td.TdClassName
{
border-color: #96DECD;
}
.TagClassName
{
border-color: #96DECD;
}
</style>