Shades of Riptide #7EE8BA
Tints of Riptide #7EE8BA
RGB
CMYK
RGB Variations
Color information
#7EE8BA (or 0x7EE8BA) is known color: Riptide. HEX triplet: 7E, E8 and BA. RGB value is (126,232,186). Sum of RGB (Red+Green+Blue) = 126+232+186=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #7EE8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE8BA is #811745. Grayscale: #C3C3C3. Windows color (decimal): -8460102 or 12249214. OLE color: 12249214.
HSL color Cylindrical-coordinate representation of color #7EE8BA: hue angle of 153.96º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE8BA is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 232 | 186 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.09 |
| HSL | 153.96º | 0.7% | 0.7% | - |
| HSV(B) | 153.96º | 0.46% | 0.91% | - |
| XYZ | 46.32 | 65.69 | 56.69 | - |
| YUV | 195.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 232 | 186 | 0.46 | 0 | 0.20 | 0.09 | 153.96 | 0.7 | 0.7 |
| Hex | 7E | E8 | BA | 2E | 0 | 14 | 9 | 9A | 46 | 46 |
| Octal | 176 | 350 | 272 | 56 | 0 | 24 | 11 | 232 | 106 | 106 |
| Binary | 1111110 | 11101000 | 10111010 | 101110 | 0 | 10100 | 1001 | 10011010 | 1000110 | 1000110 |
Color Harmonies of #7EE8BA
Complementary color
Monochromatic Colors of #7EE8BA
Black with #7EE8BA
Text Example
Text Example
White with #7EE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE8BA; }
p { color: rgb(126,232,186); }
H1.HeaderClassName
{
color: #7EE8BA;
}
.AnyTagClassName
{
color: #7EE8BA;
}
</style>
background-color css
<style>
a { background-color: #7EE8BA; }
a { background-color: rgb(126,232,186); }
div.DivClassName
{
background-color: #7EE8BA;
}
.BgClassName
{
background-color: #7EE8BA;
}
</style>
border-color css
<style>
span { border-color: #7EE8BA; }
span { border-color: rgb(126,232,186); }
td.TdClassName
{
border-color: #7EE8BA;
}
.TagClassName
{
border-color: #7EE8BA;
}
</style>