Shades of Riptide #96D7C5
Tints of Riptide #96D7C5
RGB
CMYK
RGB Variations
Color information
#96D7C5 (or 0x96D7C5) is known color: Riptide. HEX triplet: 96, D7 and C5. RGB value is (150,215,197). Sum of RGB (Red+Green+Blue) = 150+215+197=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7C5 is #69283A. Grayscale: #C1C1C1. Windows color (decimal): -6891579 or 12965782. OLE color: 12965782.
HSL color Cylindrical-coordinate representation of color #96D7C5: hue angle of 163.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7C5 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 197 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.16 |
| HSL | 163.38º | 0.45% | 0.72% | - |
| HSV(B) | 163.38º | 0.3% | 0.84% | - |
| XYZ | 46.96 | 59.12 | 61.76 | - |
| YUV | 193.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 197 | 0.30 | 0 | 0.08 | 0.16 | 163.38 | 0.45 | 0.72 |
| Hex | 96 | D7 | C5 | 1E | 0 | 8 | 10 | A3 | 2D | 48 |
| Octal | 226 | 327 | 305 | 36 | 0 | 10 | 20 | 243 | 55 | 110 |
| Binary | 10010110 | 11010111 | 11000101 | 11110 | 0 | 1000 | 10000 | 10100011 | 101101 | 1001000 |
Color Harmonies of #96D7C5
Complementary color
Monochromatic Colors of #96D7C5
Black with #96D7C5
Text Example
Text Example
White with #96D7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D7C5; }
p { color: rgb(150,215,197); }
H1.HeaderClassName
{
color: #96D7C5;
}
.AnyTagClassName
{
color: #96D7C5;
}
</style>
background-color css
<style>
a { background-color: #96D7C5; }
a { background-color: rgb(150,215,197); }
div.DivClassName
{
background-color: #96D7C5;
}
.BgClassName
{
background-color: #96D7C5;
}
</style>
border-color css
<style>
span { border-color: #96D7C5; }
span { border-color: rgb(150,215,197); }
td.TdClassName
{
border-color: #96D7C5;
}
.TagClassName
{
border-color: #96D7C5;
}
</style>