Shades of Riptide #7ED7CB
Tints of Riptide #7ED7CB
RGB
CMYK
RGB Variations
Color information
#7ED7CB (or 0x7ED7CB) is known color: Riptide. HEX triplet: 7E, D7 and CB. RGB value is (126,215,203). Sum of RGB (Red+Green+Blue) = 126+215+203=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED7CB is #812834. Grayscale: #BABABA. Windows color (decimal): -8464437 or 13358974. OLE color: 13358974.
HSL color Cylindrical-coordinate representation of color #7ED7CB: hue angle of 171.91º degrees, saturation: 0.53, 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 #7ED7CB is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 203 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.16 |
| HSL | 171.91º | 0.53% | 0.67% | - |
| HSV(B) | 171.91º | 0.41% | 0.84% | - |
| XYZ | 43.68 | 57.35 | 65.27 | - |
| YUV | 187.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 203 | 0.41 | 0 | 0.06 | 0.16 | 171.91 | 0.53 | 0.67 |
| Hex | 7E | D7 | CB | 29 | 0 | 6 | 10 | AC | 35 | 43 |
| Octal | 176 | 327 | 313 | 51 | 0 | 6 | 20 | 254 | 65 | 103 |
| Binary | 1111110 | 11010111 | 11001011 | 101001 | 0 | 110 | 10000 | 10101100 | 110101 | 1000011 |
Color Harmonies of #7ED7CB
Complementary color
Monochromatic Colors of #7ED7CB
Black with #7ED7CB
Text Example
Text Example
White with #7ED7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED7CB; }
p { color: rgb(126,215,203); }
H1.HeaderClassName
{
color: #7ED7CB;
}
.AnyTagClassName
{
color: #7ED7CB;
}
</style>
background-color css
<style>
a { background-color: #7ED7CB; }
a { background-color: rgb(126,215,203); }
div.DivClassName
{
background-color: #7ED7CB;
}
.BgClassName
{
background-color: #7ED7CB;
}
</style>
border-color css
<style>
span { border-color: #7ED7CB; }
span { border-color: rgb(126,215,203); }
td.TdClassName
{
border-color: #7ED7CB;
}
.TagClassName
{
border-color: #7ED7CB;
}
</style>