Shades of Riptide #7ED2CF
Tints of Riptide #7ED2CF
RGB
CMYK
RGB Variations
Color information
#7ED2CF (or 0x7ED2CF) is known color: Riptide. HEX triplet: 7E, D2 and CF. RGB value is (126,210,207). Sum of RGB (Red+Green+Blue) = 126+210+207=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2CF is #812D30. Grayscale: #B8B8B8. Windows color (decimal): -8465713 or 13619838. OLE color: 13619838.
HSL color Cylindrical-coordinate representation of color #7ED2CF: hue angle of 177.86º 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 #7ED2CF is Cyan = 0.4, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 207 | - |
| CMYK | 0.4 | 0 | 0.01 | 0.18 |
| HSL | 177.86º | 0.48% | 0.66% | - |
| HSV(B) | 177.86º | 0.4% | 0.82% | - |
| XYZ | 42.91 | 55.03 | 67.39 | - |
| YUV | 184.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 207 | 0.4 | 0 | 0.01 | 0.18 | 177.86 | 0.48 | 0.66 |
| Hex | 7E | D2 | CF | 28 | 0 | 1 | 12 | B2 | 30 | 42 |
| Octal | 176 | 322 | 317 | 50 | 0 | 1 | 22 | 262 | 60 | 102 |
| Binary | 1111110 | 11010010 | 11001111 | 101000 | 0 | 1 | 10010 | 10110010 | 110000 | 1000010 |
Color Harmonies of #7ED2CF
Complementary color
Monochromatic Colors of #7ED2CF
Black with #7ED2CF
Text Example
Text Example
White with #7ED2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2CF; }
p { color: rgb(126,210,207); }
H1.HeaderClassName
{
color: #7ED2CF;
}
.AnyTagClassName
{
color: #7ED2CF;
}
</style>
background-color css
<style>
a { background-color: #7ED2CF; }
a { background-color: rgb(126,210,207); }
div.DivClassName
{
background-color: #7ED2CF;
}
.BgClassName
{
background-color: #7ED2CF;
}
</style>
border-color css
<style>
span { border-color: #7ED2CF; }
span { border-color: rgb(126,210,207); }
td.TdClassName
{
border-color: #7ED2CF;
}
.TagClassName
{
border-color: #7ED2CF;
}
</style>