Shades of Riptide #96D8CC
Tints of Riptide #96D8CC
RGB
CMYK
RGB Variations
Color information
#96D8CC (or 0x96D8CC) is known color: Riptide. HEX triplet: 96, D8 and CC. RGB value is (150,216,204). Sum of RGB (Red+Green+Blue) = 150+216+204=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8CC is #692733. Grayscale: #C2C2C2. Windows color (decimal): -6891316 or 13424790. OLE color: 13424790.
HSL color Cylindrical-coordinate representation of color #96D8CC: hue angle of 169.09º degrees, saturation: 0.46, 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 #96D8CC is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 204 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.15 |
| HSL | 169.09º | 0.46% | 0.72% | - |
| HSV(B) | 169.09º | 0.31% | 0.85% | - |
| XYZ | 48.03 | 59.96 | 66.17 | - |
| YUV | 194.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 204 | 0.31 | 0 | 0.06 | 0.15 | 169.09 | 0.46 | 0.72 |
| Hex | 96 | D8 | CC | 1F | 0 | 6 | F | A9 | 2E | 48 |
| Octal | 226 | 330 | 314 | 37 | 0 | 6 | 17 | 251 | 56 | 110 |
| Binary | 10010110 | 11011000 | 11001100 | 11111 | 0 | 110 | 1111 | 10101001 | 101110 | 1001000 |
Color Harmonies of #96D8CC
Complementary color
Monochromatic Colors of #96D8CC
Black with #96D8CC
Text Example
Text Example
White with #96D8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D8CC; }
p { color: rgb(150,216,204); }
H1.HeaderClassName
{
color: #96D8CC;
}
.AnyTagClassName
{
color: #96D8CC;
}
</style>
background-color css
<style>
a { background-color: #96D8CC; }
a { background-color: rgb(150,216,204); }
div.DivClassName
{
background-color: #96D8CC;
}
.BgClassName
{
background-color: #96D8CC;
}
</style>
border-color css
<style>
span { border-color: #96D8CC; }
span { border-color: rgb(150,216,204); }
td.TdClassName
{
border-color: #96D8CC;
}
.TagClassName
{
border-color: #96D8CC;
}
</style>