Shades of Riptide #96DCD1
Tints of Riptide #96DCD1
RGB
CMYK
RGB Variations
Color information
#96DCD1 (or 0x96DCD1) is known color: Riptide. HEX triplet: 96, DC and D1. RGB value is (150,220,209). Sum of RGB (Red+Green+Blue) = 150+220+209=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCD1 is #69232E. Grayscale: #C5C5C5. Windows color (decimal): -6890287 or 13753494. OLE color: 13753494.
HSL color Cylindrical-coordinate representation of color #96DCD1: hue angle of 170.57º 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 #96DCD1 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 209 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.14 |
| HSL | 170.57º | 0.5% | 0.73% | - |
| HSV(B) | 170.57º | 0.32% | 0.86% | - |
| XYZ | 49.68 | 62.27 | 69.72 | - |
| YUV | 197.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 209 | 0.32 | 0 | 0.05 | 0.14 | 170.57 | 0.5 | 0.73 |
| Hex | 96 | DC | D1 | 20 | 0 | 5 | E | AB | 32 | 49 |
| Octal | 226 | 334 | 321 | 40 | 0 | 5 | 16 | 253 | 62 | 111 |
| Binary | 10010110 | 11011100 | 11010001 | 100000 | 0 | 101 | 1110 | 10101011 | 110010 | 1001001 |
Color Harmonies of #96DCD1
Complementary color
Monochromatic Colors of #96DCD1
Black with #96DCD1
Text Example
Text Example
White with #96DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCD1; }
p { color: rgb(150,220,209); }
H1.HeaderClassName
{
color: #96DCD1;
}
.AnyTagClassName
{
color: #96DCD1;
}
</style>
background-color css
<style>
a { background-color: #96DCD1; }
a { background-color: rgb(150,220,209); }
div.DivClassName
{
background-color: #96DCD1;
}
.BgClassName
{
background-color: #96DCD1;
}
</style>
border-color css
<style>
span { border-color: #96DCD1; }
span { border-color: rgb(150,220,209); }
td.TdClassName
{
border-color: #96DCD1;
}
.TagClassName
{
border-color: #96DCD1;
}
</style>