Shades of Riptide #96DEC9
Tints of Riptide #96DEC9
RGB
CMYK
RGB Variations
Color information
#96DEC9 (or 0x96DEC9) is known color: Riptide. HEX triplet: 96, DE and C9. RGB value is (150,222,201). Sum of RGB (Red+Green+Blue) = 150+222+201=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEC9 is #692136. Grayscale: #C6C6C6. Windows color (decimal): -6889783 or 13229718. OLE color: 13229718.
HSL color Cylindrical-coordinate representation of color #96DEC9: hue angle of 162.5º 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 #96DEC9 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 201 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.13 |
| HSL | 162.5º | 0.52% | 0.73% | - |
| HSV(B) | 162.5º | 0.32% | 0.87% | - |
| XYZ | 49.24 | 62.94 | 64.81 | - |
| YUV | 198.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 201 | 0.32 | 0 | 0.09 | 0.13 | 162.5 | 0.52 | 0.73 |
| Hex | 96 | DE | C9 | 20 | 0 | 9 | D | A2 | 34 | 49 |
| Octal | 226 | 336 | 311 | 40 | 0 | 11 | 15 | 242 | 64 | 111 |
| Binary | 10010110 | 11011110 | 11001001 | 100000 | 0 | 1001 | 1101 | 10100010 | 110100 | 1001001 |
Color Harmonies of #96DEC9
Complementary color
Monochromatic Colors of #96DEC9
Black with #96DEC9
Text Example
Text Example
White with #96DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DEC9; }
p { color: rgb(150,222,201); }
H1.HeaderClassName
{
color: #96DEC9;
}
.AnyTagClassName
{
color: #96DEC9;
}
</style>
background-color css
<style>
a { background-color: #96DEC9; }
a { background-color: rgb(150,222,201); }
div.DivClassName
{
background-color: #96DEC9;
}
.BgClassName
{
background-color: #96DEC9;
}
</style>
border-color css
<style>
span { border-color: #96DEC9; }
span { border-color: rgb(150,222,201); }
td.TdClassName
{
border-color: #96DEC9;
}
.TagClassName
{
border-color: #96DEC9;
}
</style>