Shades of Riptide #7EE2BF
Tints of Riptide #7EE2BF
RGB
CMYK
RGB Variations
Color information
#7EE2BF (or 0x7EE2BF) is known color: Riptide. HEX triplet: 7E, E2 and BF. RGB value is (126,226,191). Sum of RGB (Red+Green+Blue) = 126+226+191=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #7EE2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE2BF is #811D40. Grayscale: #C0C0C0. Windows color (decimal): -8461633 or 12575358. OLE color: 12575358.
HSL color Cylindrical-coordinate representation of color #7EE2BF: hue angle of 159º degrees, saturation: 0.63, 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 #7EE2BF is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 226 | 191 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.11 |
| HSL | 159º | 0.63% | 0.69% | - |
| HSV(B) | 159º | 0.44% | 0.89% | - |
| XYZ | 45.2 | 62.59 | 58.99 | - |
| YUV | 192.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 226 | 191 | 0.44 | 0 | 0.15 | 0.11 | 159 | 0.63 | 0.69 |
| Hex | 7E | E2 | BF | 2C | 0 | F | B | 9F | 3F | 45 |
| Octal | 176 | 342 | 277 | 54 | 0 | 17 | 13 | 237 | 77 | 105 |
| Binary | 1111110 | 11100010 | 10111111 | 101100 | 0 | 1111 | 1011 | 10011111 | 111111 | 1000101 |
Color Harmonies of #7EE2BF
Complementary color
Monochromatic Colors of #7EE2BF
Black with #7EE2BF
Text Example
Text Example
White with #7EE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE2BF; }
p { color: rgb(126,226,191); }
H1.HeaderClassName
{
color: #7EE2BF;
}
.AnyTagClassName
{
color: #7EE2BF;
}
</style>
background-color css
<style>
a { background-color: #7EE2BF; }
a { background-color: rgb(126,226,191); }
div.DivClassName
{
background-color: #7EE2BF;
}
.BgClassName
{
background-color: #7EE2BF;
}
</style>
border-color css
<style>
span { border-color: #7EE2BF; }
span { border-color: rgb(126,226,191); }
td.TdClassName
{
border-color: #7EE2BF;
}
.TagClassName
{
border-color: #7EE2BF;
}
</style>