Shades of Riptide #7EE1D9
Tints of Riptide #7EE1D9
RGB
CMYK
RGB Variations
Color information
#7EE1D9 (or 0x7EE1D9) is known color: Riptide. HEX triplet: 7E, E1 and D9. RGB value is (126,225,217). Sum of RGB (Red+Green+Blue) = 126+225+217=568 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.18% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE1D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE1D9 is #811E26. Grayscale: #C2C2C2. Windows color (decimal): -8461863 or 14279038. OLE color: 14279038.
HSL color Cylindrical-coordinate representation of color #7EE1D9: hue angle of 175.15º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE1D9 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 217 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.12 |
| HSL | 175.15º | 0.62% | 0.69% | - |
| HSV(B) | 175.15º | 0.44% | 0.88% | - |
| XYZ | 48.05 | 63.3 | 75.33 | - |
| YUV | 194.49 | 140.7 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 217 | 0.44 | 0 | 0.04 | 0.12 | 175.15 | 0.62 | 0.69 |
| Hex | 7E | E1 | D9 | 2C | 0 | 4 | C | AF | 3E | 45 |
| Octal | 176 | 341 | 331 | 54 | 0 | 4 | 14 | 257 | 76 | 105 |
| Binary | 1111110 | 11100001 | 11011001 | 101100 | 0 | 100 | 1100 | 10101111 | 111110 | 1000101 |
Color Harmonies of #7EE1D9
Complementary color
Monochromatic Colors of #7EE1D9
Black with #7EE1D9
Text Example
Text Example
White with #7EE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE1D9; }
p { color: rgb(126,225,217); }
H1.HeaderClassName
{
color: #7EE1D9;
}
.AnyTagClassName
{
color: #7EE1D9;
}
</style>
background-color css
<style>
a { background-color: #7EE1D9; }
a { background-color: rgb(126,225,217); }
div.DivClassName
{
background-color: #7EE1D9;
}
.BgClassName
{
background-color: #7EE1D9;
}
</style>
border-color css
<style>
span { border-color: #7EE1D9; }
span { border-color: rgb(126,225,217); }
td.TdClassName
{
border-color: #7EE1D9;
}
.TagClassName
{
border-color: #7EE1D9;
}
</style>