Shades of Riptide #7EE5D3
Tints of Riptide #7EE5D3
RGB
CMYK
RGB Variations
Color information
#7EE5D3 (or 0x7EE5D3) is known color: Riptide. HEX triplet: 7E, E5 and D3. RGB value is (126,229,211). Sum of RGB (Red+Green+Blue) = 126+229+211=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE5D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE5D3 is #811A2C. Grayscale: #C4C4C4. Windows color (decimal): -8460845 or 13886846. OLE color: 13886846.
HSL color Cylindrical-coordinate representation of color #7EE5D3: hue angle of 169.51º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE5D3 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 229 | 211 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.10 |
| HSL | 169.51º | 0.66% | 0.7% | - |
| HSV(B) | 169.51º | 0.45% | 0.9% | - |
| XYZ | 48.38 | 65.18 | 71.66 | - |
| YUV | 196.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 211 | 0.45 | 0 | 0.08 | 0.10 | 169.51 | 0.66 | 0.7 |
| Hex | 7E | E5 | D3 | 2D | 0 | 8 | A | AA | 42 | 46 |
| Octal | 176 | 345 | 323 | 55 | 0 | 10 | 12 | 252 | 102 | 106 |
| Binary | 1111110 | 11100101 | 11010011 | 101101 | 0 | 1000 | 1010 | 10101010 | 1000010 | 1000110 |
Color Harmonies of #7EE5D3
Complementary color
Monochromatic Colors of #7EE5D3
Black with #7EE5D3
Text Example
Text Example
White with #7EE5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE5D3; }
p { color: rgb(126,229,211); }
H1.HeaderClassName
{
color: #7EE5D3;
}
.AnyTagClassName
{
color: #7EE5D3;
}
</style>
background-color css
<style>
a { background-color: #7EE5D3; }
a { background-color: rgb(126,229,211); }
div.DivClassName
{
background-color: #7EE5D3;
}
.BgClassName
{
background-color: #7EE5D3;
}
</style>
border-color css
<style>
span { border-color: #7EE5D3; }
span { border-color: rgb(126,229,211); }
td.TdClassName
{
border-color: #7EE5D3;
}
.TagClassName
{
border-color: #7EE5D3;
}
</style>