Shades of Riptide #7EE1D8
Tints of Riptide #7EE1D8
RGB
CMYK
RGB Variations
Color information
#7EE1D8 (or 0x7EE1D8) is known color: Riptide. HEX triplet: 7E, E1 and D8. RGB value is (126,225,216). Sum of RGB (Red+Green+Blue) = 126+225+216=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE1D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE1D8 is #811E27. Grayscale: #C2C2C2. Windows color (decimal): -8461864 or 14213502. OLE color: 14213502.
HSL color Cylindrical-coordinate representation of color #7EE1D8: hue angle of 174.55º 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 #7EE1D8 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 216 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.12 |
| HSL | 174.55º | 0.62% | 0.69% | - |
| HSV(B) | 174.55º | 0.44% | 0.88% | - |
| XYZ | 47.92 | 63.24 | 74.65 | - |
| YUV | 194.37 | 140.2 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 216 | 0.44 | 0 | 0.04 | 0.12 | 174.55 | 0.62 | 0.69 |
| Hex | 7E | E1 | D8 | 2C | 0 | 4 | C | AF | 3E | 45 |
| Octal | 176 | 341 | 330 | 54 | 0 | 4 | 14 | 257 | 76 | 105 |
| Binary | 1111110 | 11100001 | 11011000 | 101100 | 0 | 100 | 1100 | 10101111 | 111110 | 1000101 |
Color Harmonies of #7EE1D8
Complementary color
Monochromatic Colors of #7EE1D8
Black with #7EE1D8
Text Example
Text Example
White with #7EE1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE1D8; }
p { color: rgb(126,225,216); }
H1.HeaderClassName
{
color: #7EE1D8;
}
.AnyTagClassName
{
color: #7EE1D8;
}
</style>
background-color css
<style>
a { background-color: #7EE1D8; }
a { background-color: rgb(126,225,216); }
div.DivClassName
{
background-color: #7EE1D8;
}
.BgClassName
{
background-color: #7EE1D8;
}
</style>
border-color css
<style>
span { border-color: #7EE1D8; }
span { border-color: rgb(126,225,216); }
td.TdClassName
{
border-color: #7EE1D8;
}
.TagClassName
{
border-color: #7EE1D8;
}
</style>