Shades of Riptide #7EE5C5
Tints of Riptide #7EE5C5
RGB
CMYK
RGB Variations
Color information
#7EE5C5 (or 0x7EE5C5) is known color: Riptide. HEX triplet: 7E, E5 and C5. RGB value is (126,229,197). Sum of RGB (Red+Green+Blue) = 126+229+197=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE5C5 is #811A3A. Grayscale: #C2C2C2. Windows color (decimal): -8460859 or 12969342. OLE color: 12969342.
HSL color Cylindrical-coordinate representation of color #7EE5C5: hue angle of 161.36º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE5C5 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 229 | 197 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.10 |
| HSL | 161.36º | 0.66% | 0.7% | - |
| HSV(B) | 161.36º | 0.45% | 0.9% | - |
| XYZ | 46.7 | 64.51 | 62.81 | - |
| YUV | 194.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 197 | 0.45 | 0 | 0.14 | 0.10 | 161.36 | 0.66 | 0.7 |
| Hex | 7E | E5 | C5 | 2D | 0 | E | A | A1 | 42 | 46 |
| Octal | 176 | 345 | 305 | 55 | 0 | 16 | 12 | 241 | 102 | 106 |
| Binary | 1111110 | 11100101 | 11000101 | 101101 | 0 | 1110 | 1010 | 10100001 | 1000010 | 1000110 |
Color Harmonies of #7EE5C5
Complementary color
Monochromatic Colors of #7EE5C5
Black with #7EE5C5
Text Example
Text Example
White with #7EE5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE5C5; }
p { color: rgb(126,229,197); }
H1.HeaderClassName
{
color: #7EE5C5;
}
.AnyTagClassName
{
color: #7EE5C5;
}
</style>
background-color css
<style>
a { background-color: #7EE5C5; }
a { background-color: rgb(126,229,197); }
div.DivClassName
{
background-color: #7EE5C5;
}
.BgClassName
{
background-color: #7EE5C5;
}
</style>
border-color css
<style>
span { border-color: #7EE5C5; }
span { border-color: rgb(126,229,197); }
td.TdClassName
{
border-color: #7EE5C5;
}
.TagClassName
{
border-color: #7EE5C5;
}
</style>