Shades of Riptide #7EE1CA
Tints of Riptide #7EE1CA
RGB
CMYK
RGB Variations
Color information
#7EE1CA (or 0x7EE1CA) is known color: Riptide. HEX triplet: 7E, E1 and CA. RGB value is (126,225,202). Sum of RGB (Red+Green+Blue) = 126+225+202=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE1CA is #811E35. Grayscale: #C0C0C0. Windows color (decimal): -8461878 or 13295998. OLE color: 13295998.
HSL color Cylindrical-coordinate representation of color #7EE1CA: hue angle of 166.06º degrees, saturation: 0.62, 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 #7EE1CA is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 202 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.12 |
| HSL | 166.06º | 0.62% | 0.69% | - |
| HSV(B) | 166.06º | 0.44% | 0.88% | - |
| XYZ | 46.19 | 62.55 | 65.52 | - |
| YUV | 192.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 202 | 0.44 | 0 | 0.10 | 0.12 | 166.06 | 0.62 | 0.69 |
| Hex | 7E | E1 | CA | 2C | 0 | A | C | A6 | 3E | 45 |
| Octal | 176 | 341 | 312 | 54 | 0 | 12 | 14 | 246 | 76 | 105 |
| Binary | 1111110 | 11100001 | 11001010 | 101100 | 0 | 1010 | 1100 | 10100110 | 111110 | 1000101 |
Color Harmonies of #7EE1CA
Complementary color
Monochromatic Colors of #7EE1CA
Black with #7EE1CA
Text Example
Text Example
White with #7EE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE1CA; }
p { color: rgb(126,225,202); }
H1.HeaderClassName
{
color: #7EE1CA;
}
.AnyTagClassName
{
color: #7EE1CA;
}
</style>
background-color css
<style>
a { background-color: #7EE1CA; }
a { background-color: rgb(126,225,202); }
div.DivClassName
{
background-color: #7EE1CA;
}
.BgClassName
{
background-color: #7EE1CA;
}
</style>
border-color css
<style>
span { border-color: #7EE1CA; }
span { border-color: rgb(126,225,202); }
td.TdClassName
{
border-color: #7EE1CA;
}
.TagClassName
{
border-color: #7EE1CA;
}
</style>