Shades of Riptide #7EEBBC
Tints of Riptide #7EEBBC
RGB
CMYK
RGB Variations
Color information
#7EEBBC (or 0x7EEBBC) is known color: Riptide. HEX triplet: 7E, EB and BC. RGB value is (126,235,188). Sum of RGB (Red+Green+Blue) = 126+235+188=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBBC is #811443. Grayscale: #C5C5C5. Windows color (decimal): -8459332 or 12381054. OLE color: 12381054.
HSL color Cylindrical-coordinate representation of color #7EEBBC: hue angle of 154.13º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEBBC is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 235 | 188 | - |
| CMYK | 0.46 | 0 | 0.2 | 0.08 |
| HSL | 154.13º | 0.73% | 0.71% | - |
| HSV(B) | 154.13º | 0.46% | 0.92% | - |
| XYZ | 47.39 | 67.48 | 58.1 | - |
| YUV | 197.05 | 122.89 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 235 | 188 | 0.46 | 0 | 0.2 | 0.08 | 154.13 | 0.73 | 0.71 |
| Hex | 7E | EB | BC | 2E | 0 | 14 | 8 | 9A | 49 | 47 |
| Octal | 176 | 353 | 274 | 56 | 0 | 24 | 10 | 232 | 111 | 107 |
| Binary | 1111110 | 11101011 | 10111100 | 101110 | 0 | 10100 | 1000 | 10011010 | 1001001 | 1000111 |
Color Harmonies of #7EEBBC
Complementary color
Monochromatic Colors of #7EEBBC
Black with #7EEBBC
Text Example
Text Example
White with #7EEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEBBC; }
p { color: rgb(126,235,188); }
H1.HeaderClassName
{
color: #7EEBBC;
}
.AnyTagClassName
{
color: #7EEBBC;
}
</style>
background-color css
<style>
a { background-color: #7EEBBC; }
a { background-color: rgb(126,235,188); }
div.DivClassName
{
background-color: #7EEBBC;
}
.BgClassName
{
background-color: #7EEBBC;
}
</style>
border-color css
<style>
span { border-color: #7EEBBC; }
span { border-color: rgb(126,235,188); }
td.TdClassName
{
border-color: #7EEBBC;
}
.TagClassName
{
border-color: #7EEBBC;
}
</style>