Shades of Riptide #7EE5BD
Tints of Riptide #7EE5BD
RGB
CMYK
RGB Variations
Color information
#7EE5BD (or 0x7EE5BD) is known color: Riptide. HEX triplet: 7E, E5 and BD. RGB value is (126,229,189). Sum of RGB (Red+Green+Blue) = 126+229+189=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE5BD is #811A42. Grayscale: #C1C1C1. Windows color (decimal): -8460867 or 12445054. OLE color: 12445054.
HSL color Cylindrical-coordinate representation of color #7EE5BD: hue angle of 156.7º 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 #7EE5BD is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 229 | 189 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.10 |
| HSL | 156.7º | 0.66% | 0.7% | - |
| HSV(B) | 156.7º | 0.45% | 0.9% | - |
| XYZ | 45.81 | 64.15 | 58.11 | - |
| YUV | 193.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 189 | 0.45 | 0 | 0.17 | 0.10 | 156.7 | 0.66 | 0.7 |
| Hex | 7E | E5 | BD | 2D | 0 | 11 | A | 9D | 42 | 46 |
| Octal | 176 | 345 | 275 | 55 | 0 | 21 | 12 | 235 | 102 | 106 |
| Binary | 1111110 | 11100101 | 10111101 | 101101 | 0 | 10001 | 1010 | 10011101 | 1000010 | 1000110 |
Color Harmonies of #7EE5BD
Complementary color
Monochromatic Colors of #7EE5BD
Black with #7EE5BD
Text Example
Text Example
White with #7EE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE5BD; }
p { color: rgb(126,229,189); }
H1.HeaderClassName
{
color: #7EE5BD;
}
.AnyTagClassName
{
color: #7EE5BD;
}
</style>
background-color css
<style>
a { background-color: #7EE5BD; }
a { background-color: rgb(126,229,189); }
div.DivClassName
{
background-color: #7EE5BD;
}
.BgClassName
{
background-color: #7EE5BD;
}
</style>
border-color css
<style>
span { border-color: #7EE5BD; }
span { border-color: rgb(126,229,189); }
td.TdClassName
{
border-color: #7EE5BD;
}
.TagClassName
{
border-color: #7EE5BD;
}
</style>