Shades of Riptide #96E5D0
Tints of Riptide #96E5D0
RGB
CMYK
RGB Variations
Color information
#96E5D0 (or 0x96E5D0) is known color: Riptide. HEX triplet: 96, E5 and D0. RGB value is (150,229,208). Sum of RGB (Red+Green+Blue) = 150+229+208=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5D0 is #691A2F. Grayscale: #CACACA. Windows color (decimal): -6887984 or 13690262. OLE color: 13690262.
HSL color Cylindrical-coordinate representation of color #96E5D0: hue angle of 164.05º 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 #96E5D0 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 208 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.10 |
| HSL | 164.05º | 0.6% | 0.74% | - |
| HSV(B) | 164.05º | 0.34% | 0.9% | - |
| XYZ | 51.98 | 67.08 | 69.88 | - |
| YUV | 202.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 208 | 0.34 | 0 | 0.09 | 0.10 | 164.05 | 0.6 | 0.74 |
| Hex | 96 | E5 | D0 | 22 | 0 | 9 | A | A4 | 3C | 4A |
| Octal | 226 | 345 | 320 | 42 | 0 | 11 | 12 | 244 | 74 | 112 |
| Binary | 10010110 | 11100101 | 11010000 | 100010 | 0 | 1001 | 1010 | 10100100 | 111100 | 1001010 |
Color Harmonies of #96E5D0
Complementary color
Monochromatic Colors of #96E5D0
Black with #96E5D0
Text Example
Text Example
White with #96E5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E5D0; }
p { color: rgb(150,229,208); }
H1.HeaderClassName
{
color: #96E5D0;
}
.AnyTagClassName
{
color: #96E5D0;
}
</style>
background-color css
<style>
a { background-color: #96E5D0; }
a { background-color: rgb(150,229,208); }
div.DivClassName
{
background-color: #96E5D0;
}
.BgClassName
{
background-color: #96E5D0;
}
</style>
border-color css
<style>
span { border-color: #96E5D0; }
span { border-color: rgb(150,229,208); }
td.TdClassName
{
border-color: #96E5D0;
}
.TagClassName
{
border-color: #96E5D0;
}
</style>