Shades of Riptide #96DFD3
Tints of Riptide #96DFD3
RGB
CMYK
RGB Variations
Color information
#96DFD3 (or 0x96DFD3) is known color: Riptide. HEX triplet: 96, DF and D3. RGB value is (150,223,211). Sum of RGB (Red+Green+Blue) = 150+223+211=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFD3 is #69202C. Grayscale: #C7C7C7. Windows color (decimal): -6889517 or 13885334. OLE color: 13885334.
HSL color Cylindrical-coordinate representation of color #96DFD3: hue angle of 170.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFD3 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 211 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.13 |
| HSL | 170.14º | 0.53% | 0.73% | - |
| HSV(B) | 170.14º | 0.33% | 0.87% | - |
| XYZ | 50.72 | 63.96 | 71.3 | - |
| YUV | 199.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 211 | 0.33 | 0 | 0.05 | 0.13 | 170.14 | 0.53 | 0.73 |
| Hex | 96 | DF | D3 | 21 | 0 | 5 | D | AA | 35 | 49 |
| Octal | 226 | 337 | 323 | 41 | 0 | 5 | 15 | 252 | 65 | 111 |
| Binary | 10010110 | 11011111 | 11010011 | 100001 | 0 | 101 | 1101 | 10101010 | 110101 | 1001001 |
Color Harmonies of #96DFD3
Complementary color
Monochromatic Colors of #96DFD3
Black with #96DFD3
Text Example
Text Example
White with #96DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFD3; }
p { color: rgb(150,223,211); }
H1.HeaderClassName
{
color: #96DFD3;
}
.AnyTagClassName
{
color: #96DFD3;
}
</style>
background-color css
<style>
a { background-color: #96DFD3; }
a { background-color: rgb(150,223,211); }
div.DivClassName
{
background-color: #96DFD3;
}
.BgClassName
{
background-color: #96DFD3;
}
</style>
border-color css
<style>
span { border-color: #96DFD3; }
span { border-color: rgb(150,223,211); }
td.TdClassName
{
border-color: #96DFD3;
}
.TagClassName
{
border-color: #96DFD3;
}
</style>