Shades of Riptide #7EE0CA
Tints of Riptide #7EE0CA
RGB
CMYK
RGB Variations
Color information
#7EE0CA (or 0x7EE0CA) is known color: Riptide. HEX triplet: 7E, E0 and CA. RGB value is (126,224,202). Sum of RGB (Red+Green+Blue) = 126+224+202=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE0CA is #811F35. Grayscale: #C0C0C0. Windows color (decimal): -8462134 or 13295742. OLE color: 13295742.
HSL color Cylindrical-coordinate representation of color #7EE0CA: hue angle of 166.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE0CA is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 202 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.12 |
| HSL | 166.53º | 0.61% | 0.69% | - |
| HSV(B) | 166.53º | 0.44% | 0.88% | - |
| XYZ | 45.92 | 62.01 | 65.43 | - |
| YUV | 192.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 202 | 0.44 | 0 | 0.10 | 0.12 | 166.53 | 0.61 | 0.69 |
| Hex | 7E | E0 | CA | 2C | 0 | A | C | A7 | 3D | 45 |
| Octal | 176 | 340 | 312 | 54 | 0 | 12 | 14 | 247 | 75 | 105 |
| Binary | 1111110 | 11100000 | 11001010 | 101100 | 0 | 1010 | 1100 | 10100111 | 111101 | 1000101 |
Color Harmonies of #7EE0CA
Complementary color
Monochromatic Colors of #7EE0CA
Black with #7EE0CA
Text Example
Text Example
White with #7EE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE0CA; }
p { color: rgb(126,224,202); }
H1.HeaderClassName
{
color: #7EE0CA;
}
.AnyTagClassName
{
color: #7EE0CA;
}
</style>
background-color css
<style>
a { background-color: #7EE0CA; }
a { background-color: rgb(126,224,202); }
div.DivClassName
{
background-color: #7EE0CA;
}
.BgClassName
{
background-color: #7EE0CA;
}
</style>
border-color css
<style>
span { border-color: #7EE0CA; }
span { border-color: rgb(126,224,202); }
td.TdClassName
{
border-color: #7EE0CA;
}
.TagClassName
{
border-color: #7EE0CA;
}
</style>