Shades of Riptide #96E5CD
Tints of Riptide #96E5CD
RGB
CMYK
RGB Variations
Color information
#96E5CD (or 0x96E5CD) is known color: Riptide. HEX triplet: 96, E5 and CD. RGB value is (150,229,205). Sum of RGB (Red+Green+Blue) = 150+229+205=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5CD is #691A32. Grayscale: #CACACA. Windows color (decimal): -6887987 or 13493654. OLE color: 13493654.
HSL color Cylindrical-coordinate representation of color #96E5CD: hue angle of 161.77º 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 #96E5CD is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 205 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.10 |
| HSL | 161.77º | 0.6% | 0.74% | - |
| HSV(B) | 161.77º | 0.34% | 0.9% | - |
| XYZ | 51.62 | 66.93 | 67.96 | - |
| YUV | 202.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 205 | 0.34 | 0 | 0.10 | 0.10 | 161.77 | 0.6 | 0.74 |
| Hex | 96 | E5 | CD | 22 | 0 | A | A | A2 | 3C | 4A |
| Octal | 226 | 345 | 315 | 42 | 0 | 12 | 12 | 242 | 74 | 112 |
| Binary | 10010110 | 11100101 | 11001101 | 100010 | 0 | 1010 | 1010 | 10100010 | 111100 | 1001010 |
Color Harmonies of #96E5CD
Complementary color
Monochromatic Colors of #96E5CD
Black with #96E5CD
Text Example
Text Example
White with #96E5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E5CD; }
p { color: rgb(150,229,205); }
H1.HeaderClassName
{
color: #96E5CD;
}
.AnyTagClassName
{
color: #96E5CD;
}
</style>
background-color css
<style>
a { background-color: #96E5CD; }
a { background-color: rgb(150,229,205); }
div.DivClassName
{
background-color: #96E5CD;
}
.BgClassName
{
background-color: #96E5CD;
}
</style>
border-color css
<style>
span { border-color: #96E5CD; }
span { border-color: rgb(150,229,205); }
td.TdClassName
{
border-color: #96E5CD;
}
.TagClassName
{
border-color: #96E5CD;
}
</style>