Shades of Riptide #96E8D1
Tints of Riptide #96E8D1
RGB
CMYK
RGB Variations
Color information
#96E8D1 (or 0x96E8D1) is known color: Riptide. HEX triplet: 96, E8 and D1. RGB value is (150,232,209). Sum of RGB (Red+Green+Blue) = 150+232+209=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E8D1 is #69172E. Grayscale: #CCCCCC. Windows color (decimal): -6887215 or 13756566. OLE color: 13756566.
HSL color Cylindrical-coordinate representation of color #96E8D1: hue angle of 163.17º 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 #96E8D1 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 209 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.09 |
| HSL | 163.17º | 0.64% | 0.75% | - |
| HSV(B) | 163.17º | 0.35% | 0.91% | - |
| XYZ | 52.94 | 68.8 | 70.81 | - |
| YUV | 204.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 209 | 0.35 | 0 | 0.10 | 0.09 | 163.17 | 0.64 | 0.75 |
| Hex | 96 | E8 | D1 | 23 | 0 | A | 9 | A3 | 40 | 4B |
| Octal | 226 | 350 | 321 | 43 | 0 | 12 | 11 | 243 | 100 | 113 |
| Binary | 10010110 | 11101000 | 11010001 | 100011 | 0 | 1010 | 1001 | 10100011 | 1000000 | 1001011 |
Color Harmonies of #96E8D1
Complementary color
Monochromatic Colors of #96E8D1
Black with #96E8D1
Text Example
Text Example
White with #96E8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E8D1; }
p { color: rgb(150,232,209); }
H1.HeaderClassName
{
color: #96E8D1;
}
.AnyTagClassName
{
color: #96E8D1;
}
</style>
background-color css
<style>
a { background-color: #96E8D1; }
a { background-color: rgb(150,232,209); }
div.DivClassName
{
background-color: #96E8D1;
}
.BgClassName
{
background-color: #96E8D1;
}
</style>
border-color css
<style>
span { border-color: #96E8D1; }
span { border-color: rgb(150,232,209); }
td.TdClassName
{
border-color: #96E8D1;
}
.TagClassName
{
border-color: #96E8D1;
}
</style>