Shades of Riptide #7EE9CA
Tints of Riptide #7EE9CA
RGB
CMYK
RGB Variations
Color information
#7EE9CA (or 0x7EE9CA) is known color: Riptide. HEX triplet: 7E, E9 and CA. RGB value is (126,233,202). Sum of RGB (Red+Green+Blue) = 126+233+202=561 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.46% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #7EE9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE9CA is #811635. Grayscale: #C5C5C5. Windows color (decimal): -8459830 or 13298046. OLE color: 13298046.
HSL color Cylindrical-coordinate representation of color #7EE9CA: hue angle of 162.62º degrees, saturation: 0.71, 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 #7EE9CA is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 233 | 202 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.09 |
| HSL | 162.62º | 0.71% | 0.7% | - |
| HSV(B) | 162.62º | 0.46% | 0.91% | - |
| XYZ | 48.4 | 66.98 | 66.25 | - |
| YUV | 197.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 233 | 202 | 0.46 | 0 | 0.13 | 0.09 | 162.62 | 0.71 | 0.7 |
| Hex | 7E | E9 | CA | 2E | 0 | D | 9 | A3 | 47 | 46 |
| Octal | 176 | 351 | 312 | 56 | 0 | 15 | 11 | 243 | 107 | 106 |
| Binary | 1111110 | 11101001 | 11001010 | 101110 | 0 | 1101 | 1001 | 10100011 | 1000111 | 1000110 |
Color Harmonies of #7EE9CA
Complementary color
Monochromatic Colors of #7EE9CA
Black with #7EE9CA
Text Example
Text Example
White with #7EE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE9CA; }
p { color: rgb(126,233,202); }
H1.HeaderClassName
{
color: #7EE9CA;
}
.AnyTagClassName
{
color: #7EE9CA;
}
</style>
background-color css
<style>
a { background-color: #7EE9CA; }
a { background-color: rgb(126,233,202); }
div.DivClassName
{
background-color: #7EE9CA;
}
.BgClassName
{
background-color: #7EE9CA;
}
</style>
border-color css
<style>
span { border-color: #7EE9CA; }
span { border-color: rgb(126,233,202); }
td.TdClassName
{
border-color: #7EE9CA;
}
.TagClassName
{
border-color: #7EE9CA;
}
</style>