Shades of Riptide #96D9CA
Tints of Riptide #96D9CA
RGB
CMYK
RGB Variations
Color information
#96D9CA (or 0x96D9CA) is known color: Riptide. HEX triplet: 96, D9 and CA. RGB value is (150,217,202). Sum of RGB (Red+Green+Blue) = 150+217+202=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9CA is #692635. Grayscale: #C3C3C3. Windows color (decimal): -6891062 or 13293974. OLE color: 13293974.
HSL color Cylindrical-coordinate representation of color #96D9CA: hue angle of 166.57º 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 #96D9CA is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 202 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.15 |
| HSL | 166.57º | 0.47% | 0.72% | - |
| HSV(B) | 166.57º | 0.31% | 0.85% | - |
| XYZ | 48.05 | 60.37 | 65 | - |
| YUV | 195.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 202 | 0.31 | 0 | 0.07 | 0.15 | 166.57 | 0.47 | 0.72 |
| Hex | 96 | D9 | CA | 1F | 0 | 7 | F | A7 | 2F | 48 |
| Octal | 226 | 331 | 312 | 37 | 0 | 7 | 17 | 247 | 57 | 110 |
| Binary | 10010110 | 11011001 | 11001010 | 11111 | 0 | 111 | 1111 | 10100111 | 101111 | 1001000 |
Color Harmonies of #96D9CA
Complementary color
Monochromatic Colors of #96D9CA
Black with #96D9CA
Text Example
Text Example
White with #96D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9CA; }
p { color: rgb(150,217,202); }
H1.HeaderClassName
{
color: #96D9CA;
}
.AnyTagClassName
{
color: #96D9CA;
}
</style>
background-color css
<style>
a { background-color: #96D9CA; }
a { background-color: rgb(150,217,202); }
div.DivClassName
{
background-color: #96D9CA;
}
.BgClassName
{
background-color: #96D9CA;
}
</style>
border-color css
<style>
span { border-color: #96D9CA; }
span { border-color: rgb(150,217,202); }
td.TdClassName
{
border-color: #96D9CA;
}
.TagClassName
{
border-color: #96D9CA;
}
</style>