Shades of Riptide #7EE4BD
Tints of Riptide #7EE4BD
RGB
CMYK
RGB Variations
Color information
#7EE4BD (or 0x7EE4BD) is known color: Riptide. HEX triplet: 7E, E4 and BD. RGB value is (126,228,189). Sum of RGB (Red+Green+Blue) = 126+228+189=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #7EE4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE4BD is #811B42. Grayscale: #C1C1C1. Windows color (decimal): -8461123 or 12444798. OLE color: 12444798.
HSL color Cylindrical-coordinate representation of color #7EE4BD: hue angle of 157.06º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE4BD is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 228 | 189 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.11 |
| HSL | 157.06º | 0.65% | 0.69% | - |
| HSV(B) | 157.06º | 0.45% | 0.89% | - |
| XYZ | 45.53 | 63.6 | 58.02 | - |
| YUV | 193.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 228 | 189 | 0.45 | 0 | 0.17 | 0.11 | 157.06 | 0.65 | 0.69 |
| Hex | 7E | E4 | BD | 2D | 0 | 11 | B | 9D | 41 | 45 |
| Octal | 176 | 344 | 275 | 55 | 0 | 21 | 13 | 235 | 101 | 105 |
| Binary | 1111110 | 11100100 | 10111101 | 101101 | 0 | 10001 | 1011 | 10011101 | 1000001 | 1000101 |
Color Harmonies of #7EE4BD
Complementary color
Monochromatic Colors of #7EE4BD
Black with #7EE4BD
Text Example
Text Example
White with #7EE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE4BD; }
p { color: rgb(126,228,189); }
H1.HeaderClassName
{
color: #7EE4BD;
}
.AnyTagClassName
{
color: #7EE4BD;
}
</style>
background-color css
<style>
a { background-color: #7EE4BD; }
a { background-color: rgb(126,228,189); }
div.DivClassName
{
background-color: #7EE4BD;
}
.BgClassName
{
background-color: #7EE4BD;
}
</style>
border-color css
<style>
span { border-color: #7EE4BD; }
span { border-color: rgb(126,228,189); }
td.TdClassName
{
border-color: #7EE4BD;
}
.TagClassName
{
border-color: #7EE4BD;
}
</style>