Shades of Riptide #96E1D2
Tints of Riptide #96E1D2
RGB
CMYK
RGB Variations
Color information
#96E1D2 (or 0x96E1D2) is known color: Riptide. HEX triplet: 96, E1 and D2. RGB value is (150,225,210). Sum of RGB (Red+Green+Blue) = 150+225+210=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1D2 is #691E2D. Grayscale: #C8C8C8. Windows color (decimal): -6889006 or 13820310. OLE color: 13820310.
HSL color Cylindrical-coordinate representation of color #96E1D2: hue angle of 168º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E1D2 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 210 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.12 |
| HSL | 168º | 0.56% | 0.74% | - |
| HSV(B) | 168º | 0.33% | 0.88% | - |
| XYZ | 51.14 | 64.99 | 70.82 | - |
| YUV | 200.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 210 | 0.33 | 0 | 0.07 | 0.12 | 168 | 0.56 | 0.74 |
| Hex | 96 | E1 | D2 | 21 | 0 | 7 | C | A8 | 38 | 4A |
| Octal | 226 | 341 | 322 | 41 | 0 | 7 | 14 | 250 | 70 | 112 |
| Binary | 10010110 | 11100001 | 11010010 | 100001 | 0 | 111 | 1100 | 10101000 | 111000 | 1001010 |
Color Harmonies of #96E1D2
Complementary color
Monochromatic Colors of #96E1D2
Black with #96E1D2
Text Example
Text Example
White with #96E1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E1D2; }
p { color: rgb(150,225,210); }
H1.HeaderClassName
{
color: #96E1D2;
}
.AnyTagClassName
{
color: #96E1D2;
}
</style>
background-color css
<style>
a { background-color: #96E1D2; }
a { background-color: rgb(150,225,210); }
div.DivClassName
{
background-color: #96E1D2;
}
.BgClassName
{
background-color: #96E1D2;
}
</style>
border-color css
<style>
span { border-color: #96E1D2; }
span { border-color: rgb(150,225,210); }
td.TdClassName
{
border-color: #96E1D2;
}
.TagClassName
{
border-color: #96E1D2;
}
</style>