Shades of Riptide #7ED6D0
Tints of Riptide #7ED6D0
RGB
CMYK
RGB Variations
Color information
#7ED6D0 (or 0x7ED6D0) is known color: Riptide. HEX triplet: 7E, D6 and D0. RGB value is (126,214,208). Sum of RGB (Red+Green+Blue) = 126+214+208=548 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.99% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6D0 is #81292F. Grayscale: #BABABA. Windows color (decimal): -8464688 or 13686398. OLE color: 13686398.
HSL color Cylindrical-coordinate representation of color #7ED6D0: hue angle of 175.91º degrees, saturation: 0.52, 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 #7ED6D0 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 208 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.16 |
| HSL | 175.91º | 0.52% | 0.67% | - |
| HSV(B) | 175.91º | 0.41% | 0.84% | - |
| XYZ | 44.04 | 57.08 | 68.37 | - |
| YUV | 187 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 208 | 0.41 | 0 | 0.03 | 0.16 | 175.91 | 0.52 | 0.67 |
| Hex | 7E | D6 | D0 | 29 | 0 | 3 | 10 | B0 | 34 | 43 |
| Octal | 176 | 326 | 320 | 51 | 0 | 3 | 20 | 260 | 64 | 103 |
| Binary | 1111110 | 11010110 | 11010000 | 101001 | 0 | 11 | 10000 | 10110000 | 110100 | 1000011 |
Color Harmonies of #7ED6D0
Complementary color
Monochromatic Colors of #7ED6D0
Black with #7ED6D0
Text Example
Text Example
White with #7ED6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED6D0; }
p { color: rgb(126,214,208); }
H1.HeaderClassName
{
color: #7ED6D0;
}
.AnyTagClassName
{
color: #7ED6D0;
}
</style>
background-color css
<style>
a { background-color: #7ED6D0; }
a { background-color: rgb(126,214,208); }
div.DivClassName
{
background-color: #7ED6D0;
}
.BgClassName
{
background-color: #7ED6D0;
}
</style>
border-color css
<style>
span { border-color: #7ED6D0; }
span { border-color: rgb(126,214,208); }
td.TdClassName
{
border-color: #7ED6D0;
}
.TagClassName
{
border-color: #7ED6D0;
}
</style>