Shades of Riptide #7ED0CE
Tints of Riptide #7ED0CE
RGB
CMYK
RGB Variations
Color information
#7ED0CE (or 0x7ED0CE) is known color: Riptide. HEX triplet: 7E, D0 and CE. RGB value is (126,208,206). Sum of RGB (Red+Green+Blue) = 126+208+206=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0CE is #812F31. Grayscale: #B7B7B7. Windows color (decimal): -8466226 or 13553790. OLE color: 13553790.
HSL color Cylindrical-coordinate representation of color #7ED0CE: hue angle of 178.54º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0CE is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 206 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.18 |
| HSL | 178.54º | 0.47% | 0.65% | - |
| HSV(B) | 178.54º | 0.39% | 0.82% | - |
| XYZ | 42.3 | 54 | 66.59 | - |
| YUV | 183.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 206 | 0.39 | 0 | 0.01 | 0.18 | 178.54 | 0.47 | 0.65 |
| Hex | 7E | D0 | CE | 27 | 0 | 1 | 12 | B3 | 2F | 41 |
| Octal | 176 | 320 | 316 | 47 | 0 | 1 | 22 | 263 | 57 | 101 |
| Binary | 1111110 | 11010000 | 11001110 | 100111 | 0 | 1 | 10010 | 10110011 | 101111 | 1000001 |
Color Harmonies of #7ED0CE
Complementary color
Monochromatic Colors of #7ED0CE
Black with #7ED0CE
Text Example
Text Example
White with #7ED0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED0CE; }
p { color: rgb(126,208,206); }
H1.HeaderClassName
{
color: #7ED0CE;
}
.AnyTagClassName
{
color: #7ED0CE;
}
</style>
background-color css
<style>
a { background-color: #7ED0CE; }
a { background-color: rgb(126,208,206); }
div.DivClassName
{
background-color: #7ED0CE;
}
.BgClassName
{
background-color: #7ED0CE;
}
</style>
border-color css
<style>
span { border-color: #7ED0CE; }
span { border-color: rgb(126,208,206); }
td.TdClassName
{
border-color: #7ED0CE;
}
.TagClassName
{
border-color: #7ED0CE;
}
</style>