Shades of Riptide #96D0C9
Tints of Riptide #96D0C9
RGB
CMYK
RGB Variations
Color information
#96D0C9 (or 0x96D0C9) is known color: Riptide. HEX triplet: 96, D0 and C9. RGB value is (150,208,201). Sum of RGB (Red+Green+Blue) = 150+208+201=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #96D0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D0C9 is #692F36. Grayscale: #BDBDBD. Windows color (decimal): -6893367 or 13226134. OLE color: 13226134.
HSL color Cylindrical-coordinate representation of color #96D0C9: hue angle of 172.76º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D0C9 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 208 | 201 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.18 |
| HSL | 172.76º | 0.38% | 0.7% | - |
| HSV(B) | 172.76º | 0.28% | 0.82% | - |
| XYZ | 45.68 | 55.81 | 63.62 | - |
| YUV | 189.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 208 | 201 | 0.28 | 0 | 0.03 | 0.18 | 172.76 | 0.38 | 0.7 |
| Hex | 96 | D0 | C9 | 1C | 0 | 3 | 12 | AD | 26 | 46 |
| Octal | 226 | 320 | 311 | 34 | 0 | 3 | 22 | 255 | 46 | 106 |
| Binary | 10010110 | 11010000 | 11001001 | 11100 | 0 | 11 | 10010 | 10101101 | 100110 | 1000110 |
Color Harmonies of #96D0C9
Complementary color
Monochromatic Colors of #96D0C9
Black with #96D0C9
Text Example
Text Example
White with #96D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D0C9; }
p { color: rgb(150,208,201); }
H1.HeaderClassName
{
color: #96D0C9;
}
.AnyTagClassName
{
color: #96D0C9;
}
</style>
background-color css
<style>
a { background-color: #96D0C9; }
a { background-color: rgb(150,208,201); }
div.DivClassName
{
background-color: #96D0C9;
}
.BgClassName
{
background-color: #96D0C9;
}
</style>
border-color css
<style>
span { border-color: #96D0C9; }
span { border-color: rgb(150,208,201); }
td.TdClassName
{
border-color: #96D0C9;
}
.TagClassName
{
border-color: #96D0C9;
}
</style>