Shades of Riptide #96E5D2
Tints of Riptide #96E5D2
RGB
CMYK
RGB Variations
Color information
#96E5D2 (or 0x96E5D2) is known color: Riptide. HEX triplet: 96, E5 and D2. RGB value is (150,229,210). Sum of RGB (Red+Green+Blue) = 150+229+210=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5D2 is #691A2D. Grayscale: #CBCBCB. Windows color (decimal): -6887982 or 13821334. OLE color: 13821334.
HSL color Cylindrical-coordinate representation of color #96E5D2: hue angle of 165.57º 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 #96E5D2 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 210 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.10 |
| HSL | 165.57º | 0.6% | 0.74% | - |
| HSV(B) | 165.57º | 0.34% | 0.9% | - |
| XYZ | 52.23 | 67.18 | 71.19 | - |
| YUV | 203.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 210 | 0.34 | 0 | 0.08 | 0.10 | 165.57 | 0.6 | 0.74 |
| Hex | 96 | E5 | D2 | 22 | 0 | 8 | A | A6 | 3C | 4A |
| Octal | 226 | 345 | 322 | 42 | 0 | 10 | 12 | 246 | 74 | 112 |
| Binary | 10010110 | 11100101 | 11010010 | 100010 | 0 | 1000 | 1010 | 10100110 | 111100 | 1001010 |
Color Harmonies of #96E5D2
Complementary color
Monochromatic Colors of #96E5D2
Black with #96E5D2
Text Example
Text Example
White with #96E5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E5D2; }
p { color: rgb(150,229,210); }
H1.HeaderClassName
{
color: #96E5D2;
}
.AnyTagClassName
{
color: #96E5D2;
}
</style>
background-color css
<style>
a { background-color: #96E5D2; }
a { background-color: rgb(150,229,210); }
div.DivClassName
{
background-color: #96E5D2;
}
.BgClassName
{
background-color: #96E5D2;
}
</style>
border-color css
<style>
span { border-color: #96E5D2; }
span { border-color: rgb(150,229,210); }
td.TdClassName
{
border-color: #96E5D2;
}
.TagClassName
{
border-color: #96E5D2;
}
</style>