Shades of Riptide #7EE3BD
Tints of Riptide #7EE3BD
RGB
CMYK
RGB Variations
Color information
#7EE3BD (or 0x7EE3BD) is known color: Riptide. HEX triplet: 7E, E3 and BD. RGB value is (126,227,189). Sum of RGB (Red+Green+Blue) = 126+227+189=542 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.25% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #7EE3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE3BD is #811C42. Grayscale: #C0C0C0. Windows color (decimal): -8461379 or 12444542. OLE color: 12444542.
HSL color Cylindrical-coordinate representation of color #7EE3BD: hue angle of 157.43º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE3BD is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 227 | 189 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.11 |
| HSL | 157.43º | 0.64% | 0.69% | - |
| HSV(B) | 157.43º | 0.44% | 0.89% | - |
| XYZ | 45.26 | 63.05 | 57.93 | - |
| YUV | 192.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 227 | 189 | 0.44 | 0 | 0.17 | 0.11 | 157.43 | 0.64 | 0.69 |
| Hex | 7E | E3 | BD | 2C | 0 | 11 | B | 9D | 40 | 45 |
| Octal | 176 | 343 | 275 | 54 | 0 | 21 | 13 | 235 | 100 | 105 |
| Binary | 1111110 | 11100011 | 10111101 | 101100 | 0 | 10001 | 1011 | 10011101 | 1000000 | 1000101 |
Color Harmonies of #7EE3BD
Complementary color
Monochromatic Colors of #7EE3BD
Black with #7EE3BD
Text Example
Text Example
White with #7EE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE3BD; }
p { color: rgb(126,227,189); }
H1.HeaderClassName
{
color: #7EE3BD;
}
.AnyTagClassName
{
color: #7EE3BD;
}
</style>
background-color css
<style>
a { background-color: #7EE3BD; }
a { background-color: rgb(126,227,189); }
div.DivClassName
{
background-color: #7EE3BD;
}
.BgClassName
{
background-color: #7EE3BD;
}
</style>
border-color css
<style>
span { border-color: #7EE3BD; }
span { border-color: rgb(126,227,189); }
td.TdClassName
{
border-color: #7EE3BD;
}
.TagClassName
{
border-color: #7EE3BD;
}
</style>