Shades of Riptide #7ED4CA
Tints of Riptide #7ED4CA
RGB
CMYK
RGB Variations
Color information
#7ED4CA (or 0x7ED4CA) is known color: Riptide. HEX triplet: 7E, D4 and CA. RGB value is (126,212,202). Sum of RGB (Red+Green+Blue) = 126+212+202=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED4CA is #812B35. Grayscale: #B9B9B9. Windows color (decimal): -8465206 or 13292670. OLE color: 13292670.
HSL color Cylindrical-coordinate representation of color #7ED4CA: hue angle of 173.02º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED4CA is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 202 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.17 |
| HSL | 173.02º | 0.5% | 0.66% | - |
| HSV(B) | 173.02º | 0.41% | 0.83% | - |
| XYZ | 42.81 | 55.79 | 64.39 | - |
| YUV | 185.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 202 | 0.41 | 0 | 0.05 | 0.17 | 173.02 | 0.5 | 0.66 |
| Hex | 7E | D4 | CA | 29 | 0 | 5 | 11 | AD | 32 | 42 |
| Octal | 176 | 324 | 312 | 51 | 0 | 5 | 21 | 255 | 62 | 102 |
| Binary | 1111110 | 11010100 | 11001010 | 101001 | 0 | 101 | 10001 | 10101101 | 110010 | 1000010 |
Color Harmonies of #7ED4CA
Complementary color
Monochromatic Colors of #7ED4CA
Black with #7ED4CA
Text Example
Text Example
White with #7ED4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED4CA; }
p { color: rgb(126,212,202); }
H1.HeaderClassName
{
color: #7ED4CA;
}
.AnyTagClassName
{
color: #7ED4CA;
}
</style>
background-color css
<style>
a { background-color: #7ED4CA; }
a { background-color: rgb(126,212,202); }
div.DivClassName
{
background-color: #7ED4CA;
}
.BgClassName
{
background-color: #7ED4CA;
}
</style>
border-color css
<style>
span { border-color: #7ED4CA; }
span { border-color: rgb(126,212,202); }
td.TdClassName
{
border-color: #7ED4CA;
}
.TagClassName
{
border-color: #7ED4CA;
}
</style>