Shades of Riptide #96DECF
Tints of Riptide #96DECF
RGB
CMYK
RGB Variations
Color information
#96DECF (or 0x96DECF) is known color: Riptide. HEX triplet: 96, DE and CF. RGB value is (150,222,207). Sum of RGB (Red+Green+Blue) = 150+222+207=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #96DECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DECF is #692130. Grayscale: #C6C6C6. Windows color (decimal): -6889777 or 13622934. OLE color: 13622934.
HSL color Cylindrical-coordinate representation of color #96DECF: hue angle of 167.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DECF is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 207 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.13 |
| HSL | 167.5º | 0.52% | 0.73% | - |
| HSV(B) | 167.5º | 0.32% | 0.87% | - |
| XYZ | 49.96 | 63.23 | 68.6 | - |
| YUV | 198.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 207 | 0.32 | 0 | 0.07 | 0.13 | 167.5 | 0.52 | 0.73 |
| Hex | 96 | DE | CF | 20 | 0 | 7 | D | A8 | 34 | 49 |
| Octal | 226 | 336 | 317 | 40 | 0 | 7 | 15 | 250 | 64 | 111 |
| Binary | 10010110 | 11011110 | 11001111 | 100000 | 0 | 111 | 1101 | 10101000 | 110100 | 1001001 |
Color Harmonies of #96DECF
Complementary color
Monochromatic Colors of #96DECF
Black with #96DECF
Text Example
Text Example
White with #96DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DECF; }
p { color: rgb(150,222,207); }
H1.HeaderClassName
{
color: #96DECF;
}
.AnyTagClassName
{
color: #96DECF;
}
</style>
background-color css
<style>
a { background-color: #96DECF; }
a { background-color: rgb(150,222,207); }
div.DivClassName
{
background-color: #96DECF;
}
.BgClassName
{
background-color: #96DECF;
}
</style>
border-color css
<style>
span { border-color: #96DECF; }
span { border-color: rgb(150,222,207); }
td.TdClassName
{
border-color: #96DECF;
}
.TagClassName
{
border-color: #96DECF;
}
</style>