Shades of Riptide #96DFC4
Tints of Riptide #96DFC4
RGB
CMYK
RGB Variations
Color information
#96DFC4 (or 0x96DFC4) is known color: Riptide. HEX triplet: 96, DF and C4. RGB value is (150,223,196). Sum of RGB (Red+Green+Blue) = 150+223+196=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFC4 is #69203B. Grayscale: #C6C6C6. Windows color (decimal): -6889532 or 12902294. OLE color: 12902294.
HSL color Cylindrical-coordinate representation of color #96DFC4: hue angle of 157.81º 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 #96DFC4 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 196 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.13 |
| HSL | 157.81º | 0.53% | 0.73% | - |
| HSV(B) | 157.81º | 0.33% | 0.87% | - |
| XYZ | 48.93 | 63.24 | 61.85 | - |
| YUV | 198.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 196 | 0.33 | 0 | 0.12 | 0.13 | 157.81 | 0.53 | 0.73 |
| Hex | 96 | DF | C4 | 21 | 0 | C | D | 9E | 35 | 49 |
| Octal | 226 | 337 | 304 | 41 | 0 | 14 | 15 | 236 | 65 | 111 |
| Binary | 10010110 | 11011111 | 11000100 | 100001 | 0 | 1100 | 1101 | 10011110 | 110101 | 1001001 |
Color Harmonies of #96DFC4
Complementary color
Monochromatic Colors of #96DFC4
Black with #96DFC4
Text Example
Text Example
White with #96DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFC4; }
p { color: rgb(150,223,196); }
H1.HeaderClassName
{
color: #96DFC4;
}
.AnyTagClassName
{
color: #96DFC4;
}
</style>
background-color css
<style>
a { background-color: #96DFC4; }
a { background-color: rgb(150,223,196); }
div.DivClassName
{
background-color: #96DFC4;
}
.BgClassName
{
background-color: #96DFC4;
}
</style>
border-color css
<style>
span { border-color: #96DFC4; }
span { border-color: rgb(150,223,196); }
td.TdClassName
{
border-color: #96DFC4;
}
.TagClassName
{
border-color: #96DFC4;
}
</style>