Shades of Riptide #7ED4CF
Tints of Riptide #7ED4CF
RGB
CMYK
RGB Variations
Color information
#7ED4CF (or 0x7ED4CF) is known color: Riptide. HEX triplet: 7E, D4 and CF. RGB value is (126,212,207). Sum of RGB (Red+Green+Blue) = 126+212+207=545 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.12% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED4CF is #812B30. Grayscale: #B9B9B9. Windows color (decimal): -8465201 or 13620350. OLE color: 13620350.
HSL color Cylindrical-coordinate representation of color #7ED4CF: hue angle of 176.51º 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 #7ED4CF is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 207 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.17 |
| HSL | 176.51º | 0.5% | 0.66% | - |
| HSV(B) | 176.51º | 0.41% | 0.83% | - |
| XYZ | 43.41 | 56.03 | 67.56 | - |
| YUV | 185.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 207 | 0.41 | 0 | 0.02 | 0.17 | 176.51 | 0.5 | 0.66 |
| Hex | 7E | D4 | CF | 29 | 0 | 2 | 11 | B1 | 32 | 42 |
| Octal | 176 | 324 | 317 | 51 | 0 | 2 | 21 | 261 | 62 | 102 |
| Binary | 1111110 | 11010100 | 11001111 | 101001 | 0 | 10 | 10001 | 10110001 | 110010 | 1000010 |
Color Harmonies of #7ED4CF
Complementary color
Monochromatic Colors of #7ED4CF
Black with #7ED4CF
Text Example
Text Example
White with #7ED4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED4CF; }
p { color: rgb(126,212,207); }
H1.HeaderClassName
{
color: #7ED4CF;
}
.AnyTagClassName
{
color: #7ED4CF;
}
</style>
background-color css
<style>
a { background-color: #7ED4CF; }
a { background-color: rgb(126,212,207); }
div.DivClassName
{
background-color: #7ED4CF;
}
.BgClassName
{
background-color: #7ED4CF;
}
</style>
border-color css
<style>
span { border-color: #7ED4CF; }
span { border-color: rgb(126,212,207); }
td.TdClassName
{
border-color: #7ED4CF;
}
.TagClassName
{
border-color: #7ED4CF;
}
</style>