Shades of Riptide #7ED7CA
Tints of Riptide #7ED7CA
RGB
CMYK
RGB Variations
Color information
#7ED7CA (or 0x7ED7CA) is known color: Riptide. HEX triplet: 7E, D7 and CA. RGB value is (126,215,202). Sum of RGB (Red+Green+Blue) = 126+215+202=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED7CA is #812835. Grayscale: #BABABA. Windows color (decimal): -8464438 or 13293438. OLE color: 13293438.
HSL color Cylindrical-coordinate representation of color #7ED7CA: hue angle of 171.24º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED7CA is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 202 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.16 |
| HSL | 171.24º | 0.53% | 0.67% | - |
| HSV(B) | 171.24º | 0.41% | 0.84% | - |
| XYZ | 43.57 | 57.3 | 64.64 | - |
| YUV | 186.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 202 | 0.41 | 0 | 0.06 | 0.16 | 171.24 | 0.53 | 0.67 |
| Hex | 7E | D7 | CA | 29 | 0 | 6 | 10 | AB | 35 | 43 |
| Octal | 176 | 327 | 312 | 51 | 0 | 6 | 20 | 253 | 65 | 103 |
| Binary | 1111110 | 11010111 | 11001010 | 101001 | 0 | 110 | 10000 | 10101011 | 110101 | 1000011 |
Color Harmonies of #7ED7CA
Complementary color
Monochromatic Colors of #7ED7CA
Black with #7ED7CA
Text Example
Text Example
White with #7ED7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED7CA; }
p { color: rgb(126,215,202); }
H1.HeaderClassName
{
color: #7ED7CA;
}
.AnyTagClassName
{
color: #7ED7CA;
}
</style>
background-color css
<style>
a { background-color: #7ED7CA; }
a { background-color: rgb(126,215,202); }
div.DivClassName
{
background-color: #7ED7CA;
}
.BgClassName
{
background-color: #7ED7CA;
}
</style>
border-color css
<style>
span { border-color: #7ED7CA; }
span { border-color: rgb(126,215,202); }
td.TdClassName
{
border-color: #7ED7CA;
}
.TagClassName
{
border-color: #7ED7CA;
}
</style>