Shades of Riptide #96D8C8
Tints of Riptide #96D8C8
RGB
CMYK
RGB Variations
Color information
#96D8C8 (or 0x96D8C8) is known color: Riptide. HEX triplet: 96, D8 and C8. RGB value is (150,216,200). Sum of RGB (Red+Green+Blue) = 150+216+200=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8C8 is #692737. Grayscale: #C2C2C2. Windows color (decimal): -6891320 or 13162646. OLE color: 13162646.
HSL color Cylindrical-coordinate representation of color #96D8C8: hue angle of 165.45º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8C8 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 200 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.15 |
| HSL | 165.45º | 0.46% | 0.72% | - |
| HSV(B) | 165.45º | 0.31% | 0.85% | - |
| XYZ | 47.56 | 59.77 | 63.67 | - |
| YUV | 194.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 200 | 0.31 | 0 | 0.07 | 0.15 | 165.45 | 0.46 | 0.72 |
| Hex | 96 | D8 | C8 | 1F | 0 | 7 | F | A5 | 2E | 48 |
| Octal | 226 | 330 | 310 | 37 | 0 | 7 | 17 | 245 | 56 | 110 |
| Binary | 10010110 | 11011000 | 11001000 | 11111 | 0 | 111 | 1111 | 10100101 | 101110 | 1001000 |
Color Harmonies of #96D8C8
Complementary color
Monochromatic Colors of #96D8C8
Black with #96D8C8
Text Example
Text Example
White with #96D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D8C8; }
p { color: rgb(150,216,200); }
H1.HeaderClassName
{
color: #96D8C8;
}
.AnyTagClassName
{
color: #96D8C8;
}
</style>
background-color css
<style>
a { background-color: #96D8C8; }
a { background-color: rgb(150,216,200); }
div.DivClassName
{
background-color: #96D8C8;
}
.BgClassName
{
background-color: #96D8C8;
}
</style>
border-color css
<style>
span { border-color: #96D8C8; }
span { border-color: rgb(150,216,200); }
td.TdClassName
{
border-color: #96D8C8;
}
.TagClassName
{
border-color: #96D8C8;
}
</style>