Shades of Riptide #7ED3CB
Tints of Riptide #7ED3CB
RGB
CMYK
RGB Variations
Color information
#7ED3CB (or 0x7ED3CB) is known color: Riptide. HEX triplet: 7E, D3 and CB. RGB value is (126,211,203). Sum of RGB (Red+Green+Blue) = 126+211+203=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED3CB is #812C34. Grayscale: #B8B8B8. Windows color (decimal): -8465461 or 13357950. OLE color: 13357950.
HSL color Cylindrical-coordinate representation of color #7ED3CB: hue angle of 174.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED3CB is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 203 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.17 |
| HSL | 174.35º | 0.49% | 0.66% | - |
| HSV(B) | 174.35º | 0.4% | 0.83% | - |
| XYZ | 42.68 | 55.34 | 64.93 | - |
| YUV | 184.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 203 | 0.40 | 0 | 0.04 | 0.17 | 174.35 | 0.49 | 0.66 |
| Hex | 7E | D3 | CB | 28 | 0 | 4 | 11 | AE | 31 | 42 |
| Octal | 176 | 323 | 313 | 50 | 0 | 4 | 21 | 256 | 61 | 102 |
| Binary | 1111110 | 11010011 | 11001011 | 101000 | 0 | 100 | 10001 | 10101110 | 110001 | 1000010 |
Color Harmonies of #7ED3CB
Complementary color
Monochromatic Colors of #7ED3CB
Black with #7ED3CB
Text Example
Text Example
White with #7ED3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED3CB; }
p { color: rgb(126,211,203); }
H1.HeaderClassName
{
color: #7ED3CB;
}
.AnyTagClassName
{
color: #7ED3CB;
}
</style>
background-color css
<style>
a { background-color: #7ED3CB; }
a { background-color: rgb(126,211,203); }
div.DivClassName
{
background-color: #7ED3CB;
}
.BgClassName
{
background-color: #7ED3CB;
}
</style>
border-color css
<style>
span { border-color: #7ED3CB; }
span { border-color: rgb(126,211,203); }
td.TdClassName
{
border-color: #7ED3CB;
}
.TagClassName
{
border-color: #7ED3CB;
}
</style>