Shades of Riptide #96E7D3
Tints of Riptide #96E7D3
RGB
CMYK
RGB Variations
Color information
#96E7D3 (or 0x96E7D3) is known color: Riptide. HEX triplet: 96, E7 and D3. RGB value is (150,231,211). Sum of RGB (Red+Green+Blue) = 150+231+211=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E7D3 is #69182C. Grayscale: #CCCCCC. Windows color (decimal): -6887469 or 13887382. OLE color: 13887382.
HSL color Cylindrical-coordinate representation of color #96E7D3: hue angle of 165.19º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E7D3 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 211 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.09 |
| HSL | 165.19º | 0.63% | 0.75% | - |
| HSV(B) | 165.19º | 0.35% | 0.91% | - |
| XYZ | 52.91 | 68.34 | 72.03 | - |
| YUV | 204.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 211 | 0.35 | 0 | 0.09 | 0.09 | 165.19 | 0.63 | 0.75 |
| Hex | 96 | E7 | D3 | 23 | 0 | 9 | 9 | A5 | 3F | 4B |
| Octal | 226 | 347 | 323 | 43 | 0 | 11 | 11 | 245 | 77 | 113 |
| Binary | 10010110 | 11100111 | 11010011 | 100011 | 0 | 1001 | 1001 | 10100101 | 111111 | 1001011 |
Color Harmonies of #96E7D3
Complementary color
Monochromatic Colors of #96E7D3
Black with #96E7D3
Text Example
Text Example
White with #96E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E7D3; }
p { color: rgb(150,231,211); }
H1.HeaderClassName
{
color: #96E7D3;
}
.AnyTagClassName
{
color: #96E7D3;
}
</style>
background-color css
<style>
a { background-color: #96E7D3; }
a { background-color: rgb(150,231,211); }
div.DivClassName
{
background-color: #96E7D3;
}
.BgClassName
{
background-color: #96E7D3;
}
</style>
border-color css
<style>
span { border-color: #96E7D3; }
span { border-color: rgb(150,231,211); }
td.TdClassName
{
border-color: #96E7D3;
}
.TagClassName
{
border-color: #96E7D3;
}
</style>