Shades of Riptide #96E0CE
Tints of Riptide #96E0CE
RGB
CMYK
RGB Variations
Color information
#96E0CE (or 0x96E0CE) is known color: Riptide. HEX triplet: 96, E0 and CE. RGB value is (150,224,206). Sum of RGB (Red+Green+Blue) = 150+224+206=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E0CE is #691F31. Grayscale: #C7C7C7. Windows color (decimal): -6889266 or 13557910. OLE color: 13557910.
HSL color Cylindrical-coordinate representation of color #96E0CE: hue angle of 165.41º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E0CE is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 206 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.12 |
| HSL | 165.41º | 0.54% | 0.73% | - |
| HSV(B) | 165.41º | 0.33% | 0.88% | - |
| XYZ | 50.37 | 64.25 | 68.14 | - |
| YUV | 199.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 206 | 0.33 | 0 | 0.08 | 0.12 | 165.41 | 0.54 | 0.73 |
| Hex | 96 | E0 | CE | 21 | 0 | 8 | C | A5 | 36 | 49 |
| Octal | 226 | 340 | 316 | 41 | 0 | 10 | 14 | 245 | 66 | 111 |
| Binary | 10010110 | 11100000 | 11001110 | 100001 | 0 | 1000 | 1100 | 10100101 | 110110 | 1001001 |
Color Harmonies of #96E0CE
Complementary color
Monochromatic Colors of #96E0CE
Black with #96E0CE
Text Example
Text Example
White with #96E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E0CE; }
p { color: rgb(150,224,206); }
H1.HeaderClassName
{
color: #96E0CE;
}
.AnyTagClassName
{
color: #96E0CE;
}
</style>
background-color css
<style>
a { background-color: #96E0CE; }
a { background-color: rgb(150,224,206); }
div.DivClassName
{
background-color: #96E0CE;
}
.BgClassName
{
background-color: #96E0CE;
}
</style>
border-color css
<style>
span { border-color: #96E0CE; }
span { border-color: rgb(150,224,206); }
td.TdClassName
{
border-color: #96E0CE;
}
.TagClassName
{
border-color: #96E0CE;
}
</style>