Shades of Riptide #96E7CC
Tints of Riptide #96E7CC
RGB
CMYK
RGB Variations
Color information
#96E7CC (or 0x96E7CC) is known color: Riptide. HEX triplet: 96, E7 and CC. RGB value is (150,231,204). Sum of RGB (Red+Green+Blue) = 150+231+204=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E7CC is #691833. Grayscale: #CBCBCB. Windows color (decimal): -6887476 or 13428630. OLE color: 13428630.
HSL color Cylindrical-coordinate representation of color #96E7CC: hue angle of 160º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E7CC is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 204 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.09 |
| HSL | 160º | 0.63% | 0.75% | - |
| HSV(B) | 160º | 0.35% | 0.91% | - |
| XYZ | 52.05 | 68 | 67.51 | - |
| YUV | 203.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 204 | 0.35 | 0 | 0.12 | 0.09 | 160 | 0.63 | 0.75 |
| Hex | 96 | E7 | CC | 23 | 0 | C | 9 | A0 | 3F | 4B |
| Octal | 226 | 347 | 314 | 43 | 0 | 14 | 11 | 240 | 77 | 113 |
| Binary | 10010110 | 11100111 | 11001100 | 100011 | 0 | 1100 | 1001 | 10100000 | 111111 | 1001011 |
Color Harmonies of #96E7CC
Complementary color
Monochromatic Colors of #96E7CC
Black with #96E7CC
Text Example
Text Example
White with #96E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E7CC; }
p { color: rgb(150,231,204); }
H1.HeaderClassName
{
color: #96E7CC;
}
.AnyTagClassName
{
color: #96E7CC;
}
</style>
background-color css
<style>
a { background-color: #96E7CC; }
a { background-color: rgb(150,231,204); }
div.DivClassName
{
background-color: #96E7CC;
}
.BgClassName
{
background-color: #96E7CC;
}
</style>
border-color css
<style>
span { border-color: #96E7CC; }
span { border-color: rgb(150,231,204); }
td.TdClassName
{
border-color: #96E7CC;
}
.TagClassName
{
border-color: #96E7CC;
}
</style>