Shades of Riptide #7EE9D5
Tints of Riptide #7EE9D5
RGB
CMYK
RGB Variations
Color information
#7EE9D5 (or 0x7EE9D5) is known color: Riptide. HEX triplet: 7E, E9 and D5. RGB value is (126,233,213). Sum of RGB (Red+Green+Blue) = 126+233+213=572 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.03% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #7EE9D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE9D5 is #81162A. Grayscale: #C6C6C6. Windows color (decimal): -8459819 or 14018942. OLE color: 14018942.
HSL color Cylindrical-coordinate representation of color #7EE9D5: hue angle of 168.79º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE9D5 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 233 | 213 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.09 |
| HSL | 168.79º | 0.71% | 0.7% | - |
| HSV(B) | 168.79º | 0.46% | 0.91% | - |
| XYZ | 49.75 | 67.52 | 73.36 | - |
| YUV | 198.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 233 | 213 | 0.46 | 0 | 0.09 | 0.09 | 168.79 | 0.71 | 0.7 |
| Hex | 7E | E9 | D5 | 2E | 0 | 9 | 9 | A9 | 47 | 46 |
| Octal | 176 | 351 | 325 | 56 | 0 | 11 | 11 | 251 | 107 | 106 |
| Binary | 1111110 | 11101001 | 11010101 | 101110 | 0 | 1001 | 1001 | 10101001 | 1000111 | 1000110 |
Color Harmonies of #7EE9D5
Complementary color
Monochromatic Colors of #7EE9D5
Black with #7EE9D5
Text Example
Text Example
White with #7EE9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE9D5; }
p { color: rgb(126,233,213); }
H1.HeaderClassName
{
color: #7EE9D5;
}
.AnyTagClassName
{
color: #7EE9D5;
}
</style>
background-color css
<style>
a { background-color: #7EE9D5; }
a { background-color: rgb(126,233,213); }
div.DivClassName
{
background-color: #7EE9D5;
}
.BgClassName
{
background-color: #7EE9D5;
}
</style>
border-color css
<style>
span { border-color: #7EE9D5; }
span { border-color: rgb(126,233,213); }
td.TdClassName
{
border-color: #7EE9D5;
}
.TagClassName
{
border-color: #7EE9D5;
}
</style>