Shades of Riptide #7EECBE
Tints of Riptide #7EECBE
RGB
CMYK
RGB Variations
Color information
#7EECBE (or 0x7EECBE) is known color: Riptide. HEX triplet: 7E, EC and BE. RGB value is (126,236,190). Sum of RGB (Red+Green+Blue) = 126+236+190=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECBE is #811341. Grayscale: #C5C5C5. Windows color (decimal): -8459074 or 12512382. OLE color: 12512382.
HSL color Cylindrical-coordinate representation of color #7EECBE: hue angle of 154.91º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EECBE is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 190 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.07 |
| HSL | 154.91º | 0.74% | 0.71% | - |
| HSV(B) | 154.91º | 0.47% | 0.93% | - |
| XYZ | 47.89 | 68.14 | 59.34 | - |
| YUV | 197.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 190 | 0.47 | 0 | 0.19 | 0.07 | 154.91 | 0.74 | 0.71 |
| Hex | 7E | EC | BE | 2F | 0 | 13 | 7 | 9B | 4A | 47 |
| Octal | 176 | 354 | 276 | 57 | 0 | 23 | 7 | 233 | 112 | 107 |
| Binary | 1111110 | 11101100 | 10111110 | 101111 | 0 | 10011 | 111 | 10011011 | 1001010 | 1000111 |
Color Harmonies of #7EECBE
Complementary color
Monochromatic Colors of #7EECBE
Black with #7EECBE
Text Example
Text Example
White with #7EECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECBE; }
p { color: rgb(126,236,190); }
H1.HeaderClassName
{
color: #7EECBE;
}
.AnyTagClassName
{
color: #7EECBE;
}
</style>
background-color css
<style>
a { background-color: #7EECBE; }
a { background-color: rgb(126,236,190); }
div.DivClassName
{
background-color: #7EECBE;
}
.BgClassName
{
background-color: #7EECBE;
}
</style>
border-color css
<style>
span { border-color: #7EECBE; }
span { border-color: rgb(126,236,190); }
td.TdClassName
{
border-color: #7EECBE;
}
.TagClassName
{
border-color: #7EECBE;
}
</style>