Shades of Riptide #96E8D5
Tints of Riptide #96E8D5
RGB
CMYK
RGB Variations
Color information
#96E8D5 (or 0x96E8D5) is known color: Riptide. HEX triplet: 96, E8 and D5. RGB value is (150,232,213). Sum of RGB (Red+Green+Blue) = 150+232+213=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E8D5 is #69172A. Grayscale: #CDCDCD. Windows color (decimal): -6887211 or 14018710. OLE color: 14018710.
HSL color Cylindrical-coordinate representation of color #96E8D5: hue angle of 166.1º degrees, saturation: 0.64, 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 #96E8D5 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 213 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.09 |
| HSL | 166.1º | 0.64% | 0.75% | - |
| HSV(B) | 166.1º | 0.35% | 0.91% | - |
| XYZ | 53.44 | 69 | 73.45 | - |
| YUV | 205.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 213 | 0.35 | 0 | 0.08 | 0.09 | 166.1 | 0.64 | 0.75 |
| Hex | 96 | E8 | D5 | 23 | 0 | 8 | 9 | A6 | 40 | 4B |
| Octal | 226 | 350 | 325 | 43 | 0 | 10 | 11 | 246 | 100 | 113 |
| Binary | 10010110 | 11101000 | 11010101 | 100011 | 0 | 1000 | 1001 | 10100110 | 1000000 | 1001011 |
Color Harmonies of #96E8D5
Complementary color
Monochromatic Colors of #96E8D5
Black with #96E8D5
Text Example
Text Example
White with #96E8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E8D5; }
p { color: rgb(150,232,213); }
H1.HeaderClassName
{
color: #96E8D5;
}
.AnyTagClassName
{
color: #96E8D5;
}
</style>
background-color css
<style>
a { background-color: #96E8D5; }
a { background-color: rgb(150,232,213); }
div.DivClassName
{
background-color: #96E8D5;
}
.BgClassName
{
background-color: #96E8D5;
}
</style>
border-color css
<style>
span { border-color: #96E8D5; }
span { border-color: rgb(150,232,213); }
td.TdClassName
{
border-color: #96E8D5;
}
.TagClassName
{
border-color: #96E8D5;
}
</style>