Shades of Riptide #96E8D2
Tints of Riptide #96E8D2
RGB
CMYK
RGB Variations
Color information
#96E8D2 (or 0x96E8D2) is known color: Riptide. HEX triplet: 96, E8 and D2. RGB value is (150,232,210). Sum of RGB (Red+Green+Blue) = 150+232+210=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E8D2 is #69172D. Grayscale: #CCCCCC. Windows color (decimal): -6887214 or 13822102. OLE color: 13822102.
HSL color Cylindrical-coordinate representation of color #96E8D2: hue angle of 163.9º 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 #96E8D2 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 210 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.09 |
| HSL | 163.9º | 0.64% | 0.75% | - |
| HSV(B) | 163.9º | 0.35% | 0.91% | - |
| XYZ | 53.07 | 68.85 | 71.47 | - |
| YUV | 204.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 210 | 0.35 | 0 | 0.09 | 0.09 | 163.9 | 0.64 | 0.75 |
| Hex | 96 | E8 | D2 | 23 | 0 | 9 | 9 | A4 | 40 | 4B |
| Octal | 226 | 350 | 322 | 43 | 0 | 11 | 11 | 244 | 100 | 113 |
| Binary | 10010110 | 11101000 | 11010010 | 100011 | 0 | 1001 | 1001 | 10100100 | 1000000 | 1001011 |
Color Harmonies of #96E8D2
Complementary color
Monochromatic Colors of #96E8D2
Black with #96E8D2
Text Example
Text Example
White with #96E8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E8D2; }
p { color: rgb(150,232,210); }
H1.HeaderClassName
{
color: #96E8D2;
}
.AnyTagClassName
{
color: #96E8D2;
}
</style>
background-color css
<style>
a { background-color: #96E8D2; }
a { background-color: rgb(150,232,210); }
div.DivClassName
{
background-color: #96E8D2;
}
.BgClassName
{
background-color: #96E8D2;
}
</style>
border-color css
<style>
span { border-color: #96E8D2; }
span { border-color: rgb(150,232,210); }
td.TdClassName
{
border-color: #96E8D2;
}
.TagClassName
{
border-color: #96E8D2;
}
</style>