Shades of Riptide #96DFC5
Tints of Riptide #96DFC5
RGB
CMYK
RGB Variations
Color information
#96DFC5 (or 0x96DFC5) is known color: Riptide. HEX triplet: 96, DF and C5. RGB value is (150,223,197). Sum of RGB (Red+Green+Blue) = 150+223+197=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFC5 is #69203A. Grayscale: #C6C6C6. Windows color (decimal): -6889531 or 12967830. OLE color: 12967830.
HSL color Cylindrical-coordinate representation of color #96DFC5: hue angle of 158.63º 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 #96DFC5 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 197 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.13 |
| HSL | 158.63º | 0.53% | 0.73% | - |
| HSV(B) | 158.63º | 0.33% | 0.87% | - |
| XYZ | 49.04 | 63.29 | 62.45 | - |
| YUV | 198.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 197 | 0.33 | 0 | 0.12 | 0.13 | 158.63 | 0.53 | 0.73 |
| Hex | 96 | DF | C5 | 21 | 0 | C | D | 9F | 35 | 49 |
| Octal | 226 | 337 | 305 | 41 | 0 | 14 | 15 | 237 | 65 | 111 |
| Binary | 10010110 | 11011111 | 11000101 | 100001 | 0 | 1100 | 1101 | 10011111 | 110101 | 1001001 |
Color Harmonies of #96DFC5
Complementary color
Monochromatic Colors of #96DFC5
Black with #96DFC5
Text Example
Text Example
White with #96DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFC5; }
p { color: rgb(150,223,197); }
H1.HeaderClassName
{
color: #96DFC5;
}
.AnyTagClassName
{
color: #96DFC5;
}
</style>
background-color css
<style>
a { background-color: #96DFC5; }
a { background-color: rgb(150,223,197); }
div.DivClassName
{
background-color: #96DFC5;
}
.BgClassName
{
background-color: #96DFC5;
}
</style>
border-color css
<style>
span { border-color: #96DFC5; }
span { border-color: rgb(150,223,197); }
td.TdClassName
{
border-color: #96DFC5;
}
.TagClassName
{
border-color: #96DFC5;
}
</style>