Shades of Riptide #7EDDC2
Tints of Riptide #7EDDC2
RGB
CMYK
RGB Variations
Color information
#7EDDC2 (or 0x7EDDC2) is known color: Riptide. HEX triplet: 7E, DD and C2. RGB value is (126,221,194). Sum of RGB (Red+Green+Blue) = 126+221+194=541 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.29% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDC2 is #81223D. Grayscale: #BDBDBD. Windows color (decimal): -8462910 or 12770686. OLE color: 12770686.
HSL color Cylindrical-coordinate representation of color #7EDDC2: hue angle of 162.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDC2 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 194 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.13 |
| HSL | 162.95º | 0.58% | 0.68% | - |
| HSV(B) | 162.95º | 0.43% | 0.87% | - |
| XYZ | 44.2 | 60.04 | 60.3 | - |
| YUV | 189.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 194 | 0.43 | 0 | 0.12 | 0.13 | 162.95 | 0.58 | 0.68 |
| Hex | 7E | DD | C2 | 2B | 0 | C | D | A3 | 3A | 44 |
| Octal | 176 | 335 | 302 | 53 | 0 | 14 | 15 | 243 | 72 | 104 |
| Binary | 1111110 | 11011101 | 11000010 | 101011 | 0 | 1100 | 1101 | 10100011 | 111010 | 1000100 |
Color Harmonies of #7EDDC2
Complementary color
Monochromatic Colors of #7EDDC2
Black with #7EDDC2
Text Example
Text Example
White with #7EDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDDC2; }
p { color: rgb(126,221,194); }
H1.HeaderClassName
{
color: #7EDDC2;
}
.AnyTagClassName
{
color: #7EDDC2;
}
</style>
background-color css
<style>
a { background-color: #7EDDC2; }
a { background-color: rgb(126,221,194); }
div.DivClassName
{
background-color: #7EDDC2;
}
.BgClassName
{
background-color: #7EDDC2;
}
</style>
border-color css
<style>
span { border-color: #7EDDC2; }
span { border-color: rgb(126,221,194); }
td.TdClassName
{
border-color: #7EDDC2;
}
.TagClassName
{
border-color: #7EDDC2;
}
</style>