Shades of Riptide #7ED6CE
Tints of Riptide #7ED6CE
RGB
CMYK
RGB Variations
Color information
#7ED6CE (or 0x7ED6CE) is known color: Riptide. HEX triplet: 7E, D6 and CE. RGB value is (126,214,206). Sum of RGB (Red+Green+Blue) = 126+214+206=546 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.08% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6CE is #812931. Grayscale: #BABABA. Windows color (decimal): -8464690 or 13555326. OLE color: 13555326.
HSL color Cylindrical-coordinate representation of color #7ED6CE: hue angle of 174.55º degrees, saturation: 0.52, 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 #7ED6CE is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 206 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.16 |
| HSL | 174.55º | 0.52% | 0.67% | - |
| HSV(B) | 174.55º | 0.41% | 0.84% | - |
| XYZ | 43.79 | 56.98 | 67.08 | - |
| YUV | 186.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 206 | 0.41 | 0 | 0.04 | 0.16 | 174.55 | 0.52 | 0.67 |
| Hex | 7E | D6 | CE | 29 | 0 | 4 | 10 | AF | 34 | 43 |
| Octal | 176 | 326 | 316 | 51 | 0 | 4 | 20 | 257 | 64 | 103 |
| Binary | 1111110 | 11010110 | 11001110 | 101001 | 0 | 100 | 10000 | 10101111 | 110100 | 1000011 |
Color Harmonies of #7ED6CE
Complementary color
Monochromatic Colors of #7ED6CE
Black with #7ED6CE
Text Example
Text Example
White with #7ED6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED6CE; }
p { color: rgb(126,214,206); }
H1.HeaderClassName
{
color: #7ED6CE;
}
.AnyTagClassName
{
color: #7ED6CE;
}
</style>
background-color css
<style>
a { background-color: #7ED6CE; }
a { background-color: rgb(126,214,206); }
div.DivClassName
{
background-color: #7ED6CE;
}
.BgClassName
{
background-color: #7ED6CE;
}
</style>
border-color css
<style>
span { border-color: #7ED6CE; }
span { border-color: rgb(126,214,206); }
td.TdClassName
{
border-color: #7ED6CE;
}
.TagClassName
{
border-color: #7ED6CE;
}
</style>