Shades of Riptide #96E5D4
Tints of Riptide #96E5D4
RGB
CMYK
RGB Variations
Color information
#96E5D4 (or 0x96E5D4) is known color: Riptide. HEX triplet: 96, E5 and D4. RGB value is (150,229,212). Sum of RGB (Red+Green+Blue) = 150+229+212=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5D4 is #691A2B. Grayscale: #CBCBCB. Windows color (decimal): -6887980 or 13952406. OLE color: 13952406.
HSL color Cylindrical-coordinate representation of color #96E5D4: hue angle of 167.09º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E5D4 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 212 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.10 |
| HSL | 167.09º | 0.6% | 0.74% | - |
| HSV(B) | 167.09º | 0.34% | 0.9% | - |
| XYZ | 52.48 | 67.28 | 72.51 | - |
| YUV | 203.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 212 | 0.34 | 0 | 0.07 | 0.10 | 167.09 | 0.6 | 0.74 |
| Hex | 96 | E5 | D4 | 22 | 0 | 7 | A | A7 | 3C | 4A |
| Octal | 226 | 345 | 324 | 42 | 0 | 7 | 12 | 247 | 74 | 112 |
| Binary | 10010110 | 11100101 | 11010100 | 100010 | 0 | 111 | 1010 | 10100111 | 111100 | 1001010 |
Color Harmonies of #96E5D4
Complementary color
Monochromatic Colors of #96E5D4
Black with #96E5D4
Text Example
Text Example
White with #96E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E5D4; }
p { color: rgb(150,229,212); }
H1.HeaderClassName
{
color: #96E5D4;
}
.AnyTagClassName
{
color: #96E5D4;
}
</style>
background-color css
<style>
a { background-color: #96E5D4; }
a { background-color: rgb(150,229,212); }
div.DivClassName
{
background-color: #96E5D4;
}
.BgClassName
{
background-color: #96E5D4;
}
</style>
border-color css
<style>
span { border-color: #96E5D4; }
span { border-color: rgb(150,229,212); }
td.TdClassName
{
border-color: #96E5D4;
}
.TagClassName
{
border-color: #96E5D4;
}
</style>