Shades of Riptide #7EE1D7
Tints of Riptide #7EE1D7
RGB
CMYK
RGB Variations
Color information
#7EE1D7 (or 0x7EE1D7) is known color: Riptide. HEX triplet: 7E, E1 and D7. RGB value is (126,225,215). Sum of RGB (Red+Green+Blue) = 126+225+215=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE1D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE1D7 is #811E28. Grayscale: #C2C2C2. Windows color (decimal): -8461865 or 14147966. OLE color: 14147966.
HSL color Cylindrical-coordinate representation of color #7EE1D7: hue angle of 173.94º 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 #7EE1D7 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 215 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.12 |
| HSL | 173.94º | 0.62% | 0.69% | - |
| HSV(B) | 173.94º | 0.44% | 0.88% | - |
| XYZ | 47.8 | 63.19 | 73.97 | - |
| YUV | 194.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 215 | 0.44 | 0 | 0.04 | 0.12 | 173.94 | 0.62 | 0.69 |
| Hex | 7E | E1 | D7 | 2C | 0 | 4 | C | AE | 3E | 45 |
| Octal | 176 | 341 | 327 | 54 | 0 | 4 | 14 | 256 | 76 | 105 |
| Binary | 1111110 | 11100001 | 11010111 | 101100 | 0 | 100 | 1100 | 10101110 | 111110 | 1000101 |
Color Harmonies of #7EE1D7
Complementary color
Monochromatic Colors of #7EE1D7
Black with #7EE1D7
Text Example
Text Example
White with #7EE1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE1D7; }
p { color: rgb(126,225,215); }
H1.HeaderClassName
{
color: #7EE1D7;
}
.AnyTagClassName
{
color: #7EE1D7;
}
</style>
background-color css
<style>
a { background-color: #7EE1D7; }
a { background-color: rgb(126,225,215); }
div.DivClassName
{
background-color: #7EE1D7;
}
.BgClassName
{
background-color: #7EE1D7;
}
</style>
border-color css
<style>
span { border-color: #7EE1D7; }
span { border-color: rgb(126,225,215); }
td.TdClassName
{
border-color: #7EE1D7;
}
.TagClassName
{
border-color: #7EE1D7;
}
</style>