Shades of Riptide #96D9C5
Tints of Riptide #96D9C5
RGB
CMYK
RGB Variations
Color information
#96D9C5 (or 0x96D9C5) is known color: Riptide. HEX triplet: 96, D9 and C5. RGB value is (150,217,197). Sum of RGB (Red+Green+Blue) = 150+217+197=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9C5 is #69263A. Grayscale: #C2C2C2. Windows color (decimal): -6891067 or 12966294. OLE color: 12966294.
HSL color Cylindrical-coordinate representation of color #96D9C5: hue angle of 162.09º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D9C5 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 197 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.15 |
| HSL | 162.09º | 0.47% | 0.72% | - |
| HSV(B) | 162.09º | 0.31% | 0.85% | - |
| XYZ | 47.47 | 60.14 | 61.93 | - |
| YUV | 194.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 197 | 0.31 | 0 | 0.09 | 0.15 | 162.09 | 0.47 | 0.72 |
| Hex | 96 | D9 | C5 | 1F | 0 | 9 | F | A2 | 2F | 48 |
| Octal | 226 | 331 | 305 | 37 | 0 | 11 | 17 | 242 | 57 | 110 |
| Binary | 10010110 | 11011001 | 11000101 | 11111 | 0 | 1001 | 1111 | 10100010 | 101111 | 1001000 |
Color Harmonies of #96D9C5
Complementary color
Monochromatic Colors of #96D9C5
Black with #96D9C5
Text Example
Text Example
White with #96D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9C5; }
p { color: rgb(150,217,197); }
H1.HeaderClassName
{
color: #96D9C5;
}
.AnyTagClassName
{
color: #96D9C5;
}
</style>
background-color css
<style>
a { background-color: #96D9C5; }
a { background-color: rgb(150,217,197); }
div.DivClassName
{
background-color: #96D9C5;
}
.BgClassName
{
background-color: #96D9C5;
}
</style>
border-color css
<style>
span { border-color: #96D9C5; }
span { border-color: rgb(150,217,197); }
td.TdClassName
{
border-color: #96D9C5;
}
.TagClassName
{
border-color: #96D9C5;
}
</style>