Shades of Riptide #96DCC2
Tints of Riptide #96DCC2
RGB
CMYK
RGB Variations
Color information
#96DCC2 (or 0x96DCC2) is known color: Riptide. HEX triplet: 96, DC and C2. RGB value is (150,220,194). Sum of RGB (Red+Green+Blue) = 150+220+194=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCC2 is #69233D. Grayscale: #C4C4C4. Windows color (decimal): -6890302 or 12770454. OLE color: 12770454.
HSL color Cylindrical-coordinate representation of color #96DCC2: hue angle of 157.71º 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 #96DCC2 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 194 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.14 |
| HSL | 157.71º | 0.5% | 0.73% | - |
| HSV(B) | 157.71º | 0.32% | 0.86% | - |
| XYZ | 47.91 | 61.57 | 60.4 | - |
| YUV | 196.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 194 | 0.32 | 0 | 0.12 | 0.14 | 157.71 | 0.5 | 0.73 |
| Hex | 96 | DC | C2 | 20 | 0 | C | E | 9E | 32 | 49 |
| Octal | 226 | 334 | 302 | 40 | 0 | 14 | 16 | 236 | 62 | 111 |
| Binary | 10010110 | 11011100 | 11000010 | 100000 | 0 | 1100 | 1110 | 10011110 | 110010 | 1001001 |
Color Harmonies of #96DCC2
Complementary color
Monochromatic Colors of #96DCC2
Black with #96DCC2
Text Example
Text Example
White with #96DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCC2; }
p { color: rgb(150,220,194); }
H1.HeaderClassName
{
color: #96DCC2;
}
.AnyTagClassName
{
color: #96DCC2;
}
</style>
background-color css
<style>
a { background-color: #96DCC2; }
a { background-color: rgb(150,220,194); }
div.DivClassName
{
background-color: #96DCC2;
}
.BgClassName
{
background-color: #96DCC2;
}
</style>
border-color css
<style>
span { border-color: #96DCC2; }
span { border-color: rgb(150,220,194); }
td.TdClassName
{
border-color: #96DCC2;
}
.TagClassName
{
border-color: #96DCC2;
}
</style>