Shades of Riptide #96D9CF
Tints of Riptide #96D9CF
RGB
CMYK
RGB Variations
Color information
#96D9CF (or 0x96D9CF) is known color: Riptide. HEX triplet: 96, D9 and CF. RGB value is (150,217,207). Sum of RGB (Red+Green+Blue) = 150+217+207=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9CF is #692630. Grayscale: #C3C3C3. Windows color (decimal): -6891057 or 13621654. OLE color: 13621654.
HSL color Cylindrical-coordinate representation of color #96D9CF: hue angle of 171.04º 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 #96D9CF is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 207 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.15 |
| HSL | 171.04º | 0.47% | 0.72% | - |
| HSV(B) | 171.04º | 0.31% | 0.85% | - |
| XYZ | 48.65 | 60.61 | 68.17 | - |
| YUV | 195.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 207 | 0.31 | 0 | 0.05 | 0.15 | 171.04 | 0.47 | 0.72 |
| Hex | 96 | D9 | CF | 1F | 0 | 5 | F | AB | 2F | 48 |
| Octal | 226 | 331 | 317 | 37 | 0 | 5 | 17 | 253 | 57 | 110 |
| Binary | 10010110 | 11011001 | 11001111 | 11111 | 0 | 101 | 1111 | 10101011 | 101111 | 1001000 |
Color Harmonies of #96D9CF
Complementary color
Monochromatic Colors of #96D9CF
Black with #96D9CF
Text Example
Text Example
White with #96D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9CF; }
p { color: rgb(150,217,207); }
H1.HeaderClassName
{
color: #96D9CF;
}
.AnyTagClassName
{
color: #96D9CF;
}
</style>
background-color css
<style>
a { background-color: #96D9CF; }
a { background-color: rgb(150,217,207); }
div.DivClassName
{
background-color: #96D9CF;
}
.BgClassName
{
background-color: #96D9CF;
}
</style>
border-color css
<style>
span { border-color: #96D9CF; }
span { border-color: rgb(150,217,207); }
td.TdClassName
{
border-color: #96D9CF;
}
.TagClassName
{
border-color: #96D9CF;
}
</style>