Shades of Riptide #7EE5BE
Tints of Riptide #7EE5BE
RGB
CMYK
RGB Variations
Color information
#7EE5BE (or 0x7EE5BE) is known color: Riptide. HEX triplet: 7E, E5 and BE. RGB value is (126,229,190). Sum of RGB (Red+Green+Blue) = 126+229+190=545 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.12% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE5BE is #811A41. Grayscale: #C1C1C1. Windows color (decimal): -8460866 or 12510590. OLE color: 12510590.
HSL color Cylindrical-coordinate representation of color #7EE5BE: hue angle of 157.28º 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 #7EE5BE is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 229 | 190 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.10 |
| HSL | 157.28º | 0.66% | 0.7% | - |
| HSV(B) | 157.28º | 0.45% | 0.9% | - |
| XYZ | 45.92 | 64.19 | 58.69 | - |
| YUV | 193.76 | 125.88 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 190 | 0.45 | 0 | 0.17 | 0.10 | 157.28 | 0.66 | 0.7 |
| Hex | 7E | E5 | BE | 2D | 0 | 11 | A | 9D | 42 | 46 |
| Octal | 176 | 345 | 276 | 55 | 0 | 21 | 12 | 235 | 102 | 106 |
| Binary | 1111110 | 11100101 | 10111110 | 101101 | 0 | 10001 | 1010 | 10011101 | 1000010 | 1000110 |
Color Harmonies of #7EE5BE
Complementary color
Monochromatic Colors of #7EE5BE
Black with #7EE5BE
Text Example
Text Example
White with #7EE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE5BE; }
p { color: rgb(126,229,190); }
H1.HeaderClassName
{
color: #7EE5BE;
}
.AnyTagClassName
{
color: #7EE5BE;
}
</style>
background-color css
<style>
a { background-color: #7EE5BE; }
a { background-color: rgb(126,229,190); }
div.DivClassName
{
background-color: #7EE5BE;
}
.BgClassName
{
background-color: #7EE5BE;
}
</style>
border-color css
<style>
span { border-color: #7EE5BE; }
span { border-color: rgb(126,229,190); }
td.TdClassName
{
border-color: #7EE5BE;
}
.TagClassName
{
border-color: #7EE5BE;
}
</style>