Shades of Riptide #96E2CB
Tints of Riptide #96E2CB
RGB
CMYK
RGB Variations
Color information
#96E2CB (or 0x96E2CB) is known color: Riptide. HEX triplet: 96, E2 and CB. RGB value is (150,226,203). Sum of RGB (Red+Green+Blue) = 150+226+203=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #96E2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E2CB is #691D34. Grayscale: #C8C8C8. Windows color (decimal): -6888757 or 13361814. OLE color: 13361814.
HSL color Cylindrical-coordinate representation of color #96E2CB: hue angle of 161.84º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E2CB is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 203 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.11 |
| HSL | 161.84º | 0.57% | 0.74% | - |
| HSV(B) | 161.84º | 0.34% | 0.89% | - |
| XYZ | 50.55 | 65.19 | 66.42 | - |
| YUV | 200.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 203 | 0.34 | 0 | 0.10 | 0.11 | 161.84 | 0.57 | 0.74 |
| Hex | 96 | E2 | CB | 22 | 0 | A | B | A2 | 39 | 4A |
| Octal | 226 | 342 | 313 | 42 | 0 | 12 | 13 | 242 | 71 | 112 |
| Binary | 10010110 | 11100010 | 11001011 | 100010 | 0 | 1010 | 1011 | 10100010 | 111001 | 1001010 |
Color Harmonies of #96E2CB
Complementary color
Monochromatic Colors of #96E2CB
Black with #96E2CB
Text Example
Text Example
White with #96E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E2CB; }
p { color: rgb(150,226,203); }
H1.HeaderClassName
{
color: #96E2CB;
}
.AnyTagClassName
{
color: #96E2CB;
}
</style>
background-color css
<style>
a { background-color: #96E2CB; }
a { background-color: rgb(150,226,203); }
div.DivClassName
{
background-color: #96E2CB;
}
.BgClassName
{
background-color: #96E2CB;
}
</style>
border-color css
<style>
span { border-color: #96E2CB; }
span { border-color: rgb(150,226,203); }
td.TdClassName
{
border-color: #96E2CB;
}
.TagClassName
{
border-color: #96E2CB;
}
</style>