Shades of Riptide #96E4C5
Tints of Riptide #96E4C5
RGB
CMYK
RGB Variations
Color information
#96E4C5 (or 0x96E4C5) is known color: Riptide. HEX triplet: 96, E4 and C5. RGB value is (150,228,197). Sum of RGB (Red+Green+Blue) = 150+228+197=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E4C5 is #691B3A. Grayscale: #C9C9C9. Windows color (decimal): -6888251 or 12969110. OLE color: 12969110.
HSL color Cylindrical-coordinate representation of color #96E4C5: hue angle of 156.15º degrees, saturation: 0.59, 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 #96E4C5 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 197 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.11 |
| HSL | 156.15º | 0.59% | 0.74% | - |
| HSV(B) | 156.15º | 0.34% | 0.89% | - |
| XYZ | 50.4 | 66 | 62.91 | - |
| YUV | 201.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 197 | 0.34 | 0 | 0.14 | 0.11 | 156.15 | 0.59 | 0.74 |
| Hex | 96 | E4 | C5 | 22 | 0 | E | B | 9C | 3B | 4A |
| Octal | 226 | 344 | 305 | 42 | 0 | 16 | 13 | 234 | 73 | 112 |
| Binary | 10010110 | 11100100 | 11000101 | 100010 | 0 | 1110 | 1011 | 10011100 | 111011 | 1001010 |
Color Harmonies of #96E4C5
Complementary color
Monochromatic Colors of #96E4C5
Black with #96E4C5
Text Example
Text Example
White with #96E4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E4C5; }
p { color: rgb(150,228,197); }
H1.HeaderClassName
{
color: #96E4C5;
}
.AnyTagClassName
{
color: #96E4C5;
}
</style>
background-color css
<style>
a { background-color: #96E4C5; }
a { background-color: rgb(150,228,197); }
div.DivClassName
{
background-color: #96E4C5;
}
.BgClassName
{
background-color: #96E4C5;
}
</style>
border-color css
<style>
span { border-color: #96E4C5; }
span { border-color: rgb(150,228,197); }
td.TdClassName
{
border-color: #96E4C5;
}
.TagClassName
{
border-color: #96E4C5;
}
</style>