Shades of Riptide #96E8D6
Tints of Riptide #96E8D6
RGB
CMYK
RGB Variations
Color information
#96E8D6 (or 0x96E8D6) is known color: Riptide. HEX triplet: 96, E8 and D6. RGB value is (150,232,214). Sum of RGB (Red+Green+Blue) = 150+232+214=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E8D6 is #691729. Grayscale: #CDCDCD. Windows color (decimal): -6887210 or 14084246. OLE color: 14084246.
HSL color Cylindrical-coordinate representation of color #96E8D6: hue angle of 166.83º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E8D6 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 214 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.09 |
| HSL | 166.83º | 0.64% | 0.75% | - |
| HSV(B) | 166.83º | 0.35% | 0.91% | - |
| XYZ | 53.57 | 69.05 | 74.12 | - |
| YUV | 205.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 214 | 0.35 | 0 | 0.08 | 0.09 | 166.83 | 0.64 | 0.75 |
| Hex | 96 | E8 | D6 | 23 | 0 | 8 | 9 | A7 | 40 | 4B |
| Octal | 226 | 350 | 326 | 43 | 0 | 10 | 11 | 247 | 100 | 113 |
| Binary | 10010110 | 11101000 | 11010110 | 100011 | 0 | 1000 | 1001 | 10100111 | 1000000 | 1001011 |
Color Harmonies of #96E8D6
Complementary color
Monochromatic Colors of #96E8D6
Black with #96E8D6
Text Example
Text Example
White with #96E8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E8D6; }
p { color: rgb(150,232,214); }
H1.HeaderClassName
{
color: #96E8D6;
}
.AnyTagClassName
{
color: #96E8D6;
}
</style>
background-color css
<style>
a { background-color: #96E8D6; }
a { background-color: rgb(150,232,214); }
div.DivClassName
{
background-color: #96E8D6;
}
.BgClassName
{
background-color: #96E8D6;
}
</style>
border-color css
<style>
span { border-color: #96E8D6; }
span { border-color: rgb(150,232,214); }
td.TdClassName
{
border-color: #96E8D6;
}
.TagClassName
{
border-color: #96E8D6;
}
</style>