Shades of Riptide #7EE2CA
Tints of Riptide #7EE2CA
RGB
CMYK
RGB Variations
Color information
#7EE2CA (or 0x7EE2CA) is known color: Riptide. HEX triplet: 7E, E2 and CA. RGB value is (126,226,202). Sum of RGB (Red+Green+Blue) = 126+226+202=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #7EE2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE2CA is #811D35. Grayscale: #C1C1C1. Windows color (decimal): -8461622 or 13296254. OLE color: 13296254.
HSL color Cylindrical-coordinate representation of color #7EE2CA: hue angle of 165.6º 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 #7EE2CA is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 226 | 202 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.11 |
| HSL | 165.6º | 0.63% | 0.69% | - |
| HSV(B) | 165.6º | 0.44% | 0.89% | - |
| XYZ | 46.46 | 63.09 | 65.61 | - |
| YUV | 193.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 226 | 202 | 0.44 | 0 | 0.11 | 0.11 | 165.6 | 0.63 | 0.69 |
| Hex | 7E | E2 | CA | 2C | 0 | B | B | A6 | 3F | 45 |
| Octal | 176 | 342 | 312 | 54 | 0 | 13 | 13 | 246 | 77 | 105 |
| Binary | 1111110 | 11100010 | 11001010 | 101100 | 0 | 1011 | 1011 | 10100110 | 111111 | 1000101 |
Color Harmonies of #7EE2CA
Complementary color
Monochromatic Colors of #7EE2CA
Black with #7EE2CA
Text Example
Text Example
White with #7EE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE2CA; }
p { color: rgb(126,226,202); }
H1.HeaderClassName
{
color: #7EE2CA;
}
.AnyTagClassName
{
color: #7EE2CA;
}
</style>
background-color css
<style>
a { background-color: #7EE2CA; }
a { background-color: rgb(126,226,202); }
div.DivClassName
{
background-color: #7EE2CA;
}
.BgClassName
{
background-color: #7EE2CA;
}
</style>
border-color css
<style>
span { border-color: #7EE2CA; }
span { border-color: rgb(126,226,202); }
td.TdClassName
{
border-color: #7EE2CA;
}
.TagClassName
{
border-color: #7EE2CA;
}
</style>