Shades of Riptide #7EE3DB
Tints of Riptide #7EE3DB
RGB
CMYK
RGB Variations
Color information
#7EE3DB (or 0x7EE3DB) is known color: Riptide. HEX triplet: 7E, E3 and DB. RGB value is (126,227,219). Sum of RGB (Red+Green+Blue) = 126+227+219=572 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.03% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #7EE3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE3DB is #811C24. Grayscale: #C3C3C3. Windows color (decimal): -8461349 or 14410622. OLE color: 14410622.
HSL color Cylindrical-coordinate representation of color #7EE3DB: hue angle of 175.25º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE3DB is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 227 | 219 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.11 |
| HSL | 175.25º | 0.64% | 0.69% | - |
| HSV(B) | 175.25º | 0.44% | 0.89% | - |
| XYZ | 48.86 | 64.49 | 76.89 | - |
| YUV | 195.89 | 141.04 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 227 | 219 | 0.44 | 0 | 0.04 | 0.11 | 175.25 | 0.64 | 0.69 |
| Hex | 7E | E3 | DB | 2C | 0 | 4 | B | AF | 40 | 45 |
| Octal | 176 | 343 | 333 | 54 | 0 | 4 | 13 | 257 | 100 | 105 |
| Binary | 1111110 | 11100011 | 11011011 | 101100 | 0 | 100 | 1011 | 10101111 | 1000000 | 1000101 |
Color Harmonies of #7EE3DB
Complementary color
Monochromatic Colors of #7EE3DB
Black with #7EE3DB
Text Example
Text Example
White with #7EE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE3DB; }
p { color: rgb(126,227,219); }
H1.HeaderClassName
{
color: #7EE3DB;
}
.AnyTagClassName
{
color: #7EE3DB;
}
</style>
background-color css
<style>
a { background-color: #7EE3DB; }
a { background-color: rgb(126,227,219); }
div.DivClassName
{
background-color: #7EE3DB;
}
.BgClassName
{
background-color: #7EE3DB;
}
</style>
border-color css
<style>
span { border-color: #7EE3DB; }
span { border-color: rgb(126,227,219); }
td.TdClassName
{
border-color: #7EE3DB;
}
.TagClassName
{
border-color: #7EE3DB;
}
</style>