Shades of Riptide #96DED1
Tints of Riptide #96DED1
RGB
CMYK
RGB Variations
Color information
#96DED1 (or 0x96DED1) is known color: Riptide. HEX triplet: 96, DE and D1. RGB value is (150,222,209). Sum of RGB (Red+Green+Blue) = 150+222+209=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #96DED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DED1 is #69212E. Grayscale: #C6C6C6. Windows color (decimal): -6889775 or 13754006. OLE color: 13754006.
HSL color Cylindrical-coordinate representation of color #96DED1: hue angle of 169.17º 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 #96DED1 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 209 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.13 |
| HSL | 169.17º | 0.52% | 0.73% | - |
| HSV(B) | 169.17º | 0.32% | 0.87% | - |
| XYZ | 50.21 | 63.33 | 69.9 | - |
| YUV | 198.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 209 | 0.32 | 0 | 0.06 | 0.13 | 169.17 | 0.52 | 0.73 |
| Hex | 96 | DE | D1 | 20 | 0 | 6 | D | A9 | 34 | 49 |
| Octal | 226 | 336 | 321 | 40 | 0 | 6 | 15 | 251 | 64 | 111 |
| Binary | 10010110 | 11011110 | 11010001 | 100000 | 0 | 110 | 1101 | 10101001 | 110100 | 1001001 |
Color Harmonies of #96DED1
Complementary color
Monochromatic Colors of #96DED1
Black with #96DED1
Text Example
Text Example
White with #96DED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DED1; }
p { color: rgb(150,222,209); }
H1.HeaderClassName
{
color: #96DED1;
}
.AnyTagClassName
{
color: #96DED1;
}
</style>
background-color css
<style>
a { background-color: #96DED1; }
a { background-color: rgb(150,222,209); }
div.DivClassName
{
background-color: #96DED1;
}
.BgClassName
{
background-color: #96DED1;
}
</style>
border-color css
<style>
span { border-color: #96DED1; }
span { border-color: rgb(150,222,209); }
td.TdClassName
{
border-color: #96DED1;
}
.TagClassName
{
border-color: #96DED1;
}
</style>