Shades of Riptide #7ED2CE
Tints of Riptide #7ED2CE
RGB
CMYK
RGB Variations
Color information
#7ED2CE (or 0x7ED2CE) is known color: Riptide. HEX triplet: 7E, D2 and CE. RGB value is (126,210,206). Sum of RGB (Red+Green+Blue) = 126+210+206=542 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.25% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2CE is #812D31. Grayscale: #B8B8B8. Windows color (decimal): -8465714 or 13554302. OLE color: 13554302.
HSL color Cylindrical-coordinate representation of color #7ED2CE: hue angle of 177.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED2CE is Cyan = 0.4, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 206 | - |
| CMYK | 0.4 | 0 | 0.02 | 0.18 |
| HSL | 177.14º | 0.48% | 0.66% | - |
| HSV(B) | 177.14º | 0.4% | 0.82% | - |
| XYZ | 42.79 | 54.99 | 66.75 | - |
| YUV | 184.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 206 | 0.4 | 0 | 0.02 | 0.18 | 177.14 | 0.48 | 0.66 |
| Hex | 7E | D2 | CE | 28 | 0 | 2 | 12 | B1 | 30 | 42 |
| Octal | 176 | 322 | 316 | 50 | 0 | 2 | 22 | 261 | 60 | 102 |
| Binary | 1111110 | 11010010 | 11001110 | 101000 | 0 | 10 | 10010 | 10110001 | 110000 | 1000010 |
Color Harmonies of #7ED2CE
Complementary color
Monochromatic Colors of #7ED2CE
Black with #7ED2CE
Text Example
Text Example
White with #7ED2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2CE; }
p { color: rgb(126,210,206); }
H1.HeaderClassName
{
color: #7ED2CE;
}
.AnyTagClassName
{
color: #7ED2CE;
}
</style>
background-color css
<style>
a { background-color: #7ED2CE; }
a { background-color: rgb(126,210,206); }
div.DivClassName
{
background-color: #7ED2CE;
}
.BgClassName
{
background-color: #7ED2CE;
}
</style>
border-color css
<style>
span { border-color: #7ED2CE; }
span { border-color: rgb(126,210,206); }
td.TdClassName
{
border-color: #7ED2CE;
}
.TagClassName
{
border-color: #7ED2CE;
}
</style>