Shades of Riptide #7EE0D4
Tints of Riptide #7EE0D4
RGB
CMYK
RGB Variations
Color information
#7EE0D4 (or 0x7EE0D4) is known color: Riptide. HEX triplet: 7E, E0 and D4. RGB value is (126,224,212). Sum of RGB (Red+Green+Blue) = 126+224+212=562 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.42% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE0D4 is #811F2B. Grayscale: #C1C1C1. Windows color (decimal): -8462124 or 13951102. OLE color: 13951102.
HSL color Cylindrical-coordinate representation of color #7EE0D4: hue angle of 172.65º degrees, saturation: 0.61, 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 #7EE0D4 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 212 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.12 |
| HSL | 172.65º | 0.61% | 0.69% | - |
| HSV(B) | 172.65º | 0.44% | 0.88% | - |
| XYZ | 47.14 | 62.5 | 71.87 | - |
| YUV | 193.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 212 | 0.44 | 0 | 0.05 | 0.12 | 172.65 | 0.61 | 0.69 |
| Hex | 7E | E0 | D4 | 2C | 0 | 5 | C | AD | 3D | 45 |
| Octal | 176 | 340 | 324 | 54 | 0 | 5 | 14 | 255 | 75 | 105 |
| Binary | 1111110 | 11100000 | 11010100 | 101100 | 0 | 101 | 1100 | 10101101 | 111101 | 1000101 |
Color Harmonies of #7EE0D4
Complementary color
Monochromatic Colors of #7EE0D4
Black with #7EE0D4
Text Example
Text Example
White with #7EE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE0D4; }
p { color: rgb(126,224,212); }
H1.HeaderClassName
{
color: #7EE0D4;
}
.AnyTagClassName
{
color: #7EE0D4;
}
</style>
background-color css
<style>
a { background-color: #7EE0D4; }
a { background-color: rgb(126,224,212); }
div.DivClassName
{
background-color: #7EE0D4;
}
.BgClassName
{
background-color: #7EE0D4;
}
</style>
border-color css
<style>
span { border-color: #7EE0D4; }
span { border-color: rgb(126,224,212); }
td.TdClassName
{
border-color: #7EE0D4;
}
.TagClassName
{
border-color: #7EE0D4;
}
</style>