Shades of Riptide #96E5CF
Tints of Riptide #96E5CF
RGB
CMYK
RGB Variations
Color information
#96E5CF (or 0x96E5CF) is known color: Riptide. HEX triplet: 96, E5 and CF. RGB value is (150,229,207). Sum of RGB (Red+Green+Blue) = 150+229+207=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5CF is #691A30. Grayscale: #CACACA. Windows color (decimal): -6887985 or 13624726. OLE color: 13624726.
HSL color Cylindrical-coordinate representation of color #96E5CF: hue angle of 163.29º 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 #96E5CF is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 207 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.10 |
| HSL | 163.29º | 0.6% | 0.74% | - |
| HSV(B) | 163.29º | 0.34% | 0.9% | - |
| XYZ | 51.86 | 67.03 | 69.24 | - |
| YUV | 202.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 207 | 0.34 | 0 | 0.10 | 0.10 | 163.29 | 0.6 | 0.74 |
| Hex | 96 | E5 | CF | 22 | 0 | A | A | A3 | 3C | 4A |
| Octal | 226 | 345 | 317 | 42 | 0 | 12 | 12 | 243 | 74 | 112 |
| Binary | 10010110 | 11100101 | 11001111 | 100010 | 0 | 1010 | 1010 | 10100011 | 111100 | 1001010 |
Color Harmonies of #96E5CF
Complementary color
Monochromatic Colors of #96E5CF
Black with #96E5CF
Text Example
Text Example
White with #96E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E5CF; }
p { color: rgb(150,229,207); }
H1.HeaderClassName
{
color: #96E5CF;
}
.AnyTagClassName
{
color: #96E5CF;
}
</style>
background-color css
<style>
a { background-color: #96E5CF; }
a { background-color: rgb(150,229,207); }
div.DivClassName
{
background-color: #96E5CF;
}
.BgClassName
{
background-color: #96E5CF;
}
</style>
border-color css
<style>
span { border-color: #96E5CF; }
span { border-color: rgb(150,229,207); }
td.TdClassName
{
border-color: #96E5CF;
}
.TagClassName
{
border-color: #96E5CF;
}
</style>