Shades of Riptide #96DCCF
Tints of Riptide #96DCCF
RGB
CMYK
RGB Variations
Color information
#96DCCF (or 0x96DCCF) is known color: Riptide. HEX triplet: 96, DC and CF. RGB value is (150,220,207). Sum of RGB (Red+Green+Blue) = 150+220+207=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCCF is #692330. Grayscale: #C5C5C5. Windows color (decimal): -6890289 or 13622422. OLE color: 13622422.
HSL color Cylindrical-coordinate representation of color #96DCCF: hue angle of 168.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCCF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 207 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.14 |
| HSL | 168.86º | 0.5% | 0.73% | - |
| HSV(B) | 168.86º | 0.32% | 0.86% | - |
| XYZ | 49.43 | 62.18 | 68.43 | - |
| YUV | 197.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 207 | 0.32 | 0 | 0.06 | 0.14 | 168.86 | 0.5 | 0.73 |
| Hex | 96 | DC | CF | 20 | 0 | 6 | E | A9 | 32 | 49 |
| Octal | 226 | 334 | 317 | 40 | 0 | 6 | 16 | 251 | 62 | 111 |
| Binary | 10010110 | 11011100 | 11001111 | 100000 | 0 | 110 | 1110 | 10101001 | 110010 | 1001001 |
Color Harmonies of #96DCCF
Complementary color
Monochromatic Colors of #96DCCF
Black with #96DCCF
Text Example
Text Example
White with #96DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCCF; }
p { color: rgb(150,220,207); }
H1.HeaderClassName
{
color: #96DCCF;
}
.AnyTagClassName
{
color: #96DCCF;
}
</style>
background-color css
<style>
a { background-color: #96DCCF; }
a { background-color: rgb(150,220,207); }
div.DivClassName
{
background-color: #96DCCF;
}
.BgClassName
{
background-color: #96DCCF;
}
</style>
border-color css
<style>
span { border-color: #96DCCF; }
span { border-color: rgb(150,220,207); }
td.TdClassName
{
border-color: #96DCCF;
}
.TagClassName
{
border-color: #96DCCF;
}
</style>