Shades of Riptide #96D4CC
Tints of Riptide #96D4CC
RGB
CMYK
RGB Variations
Color information
#96D4CC (or 0x96D4CC) is known color: Riptide. HEX triplet: 96, D4 and CC. RGB value is (150,212,204). Sum of RGB (Red+Green+Blue) = 150+212+204=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #96D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D4CC is #692B33. Grayscale: #C0C0C0. Windows color (decimal): -6892340 or 13423766. OLE color: 13423766.
HSL color Cylindrical-coordinate representation of color #96D4CC: hue angle of 172.26º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D4CC is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 204 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.17 |
| HSL | 172.26º | 0.42% | 0.71% | - |
| HSV(B) | 172.26º | 0.29% | 0.83% | - |
| XYZ | 47.02 | 57.93 | 65.83 | - |
| YUV | 192.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 204 | 0.29 | 0 | 0.04 | 0.17 | 172.26 | 0.42 | 0.71 |
| Hex | 96 | D4 | CC | 1D | 0 | 4 | 11 | AC | 2A | 47 |
| Octal | 226 | 324 | 314 | 35 | 0 | 4 | 21 | 254 | 52 | 107 |
| Binary | 10010110 | 11010100 | 11001100 | 11101 | 0 | 100 | 10001 | 10101100 | 101010 | 1000111 |
Color Harmonies of #96D4CC
Complementary color
Monochromatic Colors of #96D4CC
Black with #96D4CC
Text Example
Text Example
White with #96D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D4CC; }
p { color: rgb(150,212,204); }
H1.HeaderClassName
{
color: #96D4CC;
}
.AnyTagClassName
{
color: #96D4CC;
}
</style>
background-color css
<style>
a { background-color: #96D4CC; }
a { background-color: rgb(150,212,204); }
div.DivClassName
{
background-color: #96D4CC;
}
.BgClassName
{
background-color: #96D4CC;
}
</style>
border-color css
<style>
span { border-color: #96D4CC; }
span { border-color: rgb(150,212,204); }
td.TdClassName
{
border-color: #96D4CC;
}
.TagClassName
{
border-color: #96D4CC;
}
</style>