Shades of Riptide #7EE2C1
Tints of Riptide #7EE2C1
RGB
CMYK
RGB Variations
Color information
#7EE2C1 (or 0x7EE2C1) is known color: Riptide. HEX triplet: 7E, E2 and C1. RGB value is (126,226,193). Sum of RGB (Red+Green+Blue) = 126+226+193=545 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.12% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #7EE2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE2C1 is #811D3E. Grayscale: #C0C0C0. Windows color (decimal): -8461631 or 12706430. OLE color: 12706430.
HSL color Cylindrical-coordinate representation of color #7EE2C1: hue angle of 160.2º 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 #7EE2C1 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 226 | 193 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.11 |
| HSL | 160.2º | 0.63% | 0.69% | - |
| HSV(B) | 160.2º | 0.44% | 0.89% | - |
| XYZ | 45.43 | 62.68 | 60.16 | - |
| YUV | 192.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 226 | 193 | 0.44 | 0 | 0.15 | 0.11 | 160.2 | 0.63 | 0.69 |
| Hex | 7E | E2 | C1 | 2C | 0 | F | B | A0 | 3F | 45 |
| Octal | 176 | 342 | 301 | 54 | 0 | 17 | 13 | 240 | 77 | 105 |
| Binary | 1111110 | 11100010 | 11000001 | 101100 | 0 | 1111 | 1011 | 10100000 | 111111 | 1000101 |
Color Harmonies of #7EE2C1
Complementary color
Monochromatic Colors of #7EE2C1
Black with #7EE2C1
Text Example
Text Example
White with #7EE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE2C1; }
p { color: rgb(126,226,193); }
H1.HeaderClassName
{
color: #7EE2C1;
}
.AnyTagClassName
{
color: #7EE2C1;
}
</style>
background-color css
<style>
a { background-color: #7EE2C1; }
a { background-color: rgb(126,226,193); }
div.DivClassName
{
background-color: #7EE2C1;
}
.BgClassName
{
background-color: #7EE2C1;
}
</style>
border-color css
<style>
span { border-color: #7EE2C1; }
span { border-color: rgb(126,226,193); }
td.TdClassName
{
border-color: #7EE2C1;
}
.TagClassName
{
border-color: #7EE2C1;
}
</style>