Shades of Riptide #7EE9BD
Tints of Riptide #7EE9BD
RGB
CMYK
RGB Variations
Color information
#7EE9BD (or 0x7EE9BD) is known color: Riptide. HEX triplet: 7E, E9 and BD. RGB value is (126,233,189). Sum of RGB (Red+Green+Blue) = 126+233+189=548 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.99% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #7EE9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE9BD is #811642. Grayscale: #C4C4C4. Windows color (decimal): -8459843 or 12446078. OLE color: 12446078.
HSL color Cylindrical-coordinate representation of color #7EE9BD: hue angle of 155.33º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE9BD is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 233 | 189 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.09 |
| HSL | 155.33º | 0.71% | 0.7% | - |
| HSV(B) | 155.33º | 0.46% | 0.91% | - |
| XYZ | 46.93 | 66.39 | 58.48 | - |
| YUV | 195.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 233 | 189 | 0.46 | 0 | 0.19 | 0.09 | 155.33 | 0.71 | 0.7 |
| Hex | 7E | E9 | BD | 2E | 0 | 13 | 9 | 9B | 47 | 46 |
| Octal | 176 | 351 | 275 | 56 | 0 | 23 | 11 | 233 | 107 | 106 |
| Binary | 1111110 | 11101001 | 10111101 | 101110 | 0 | 10011 | 1001 | 10011011 | 1000111 | 1000110 |
Color Harmonies of #7EE9BD
Complementary color
Monochromatic Colors of #7EE9BD
Black with #7EE9BD
Text Example
Text Example
White with #7EE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE9BD; }
p { color: rgb(126,233,189); }
H1.HeaderClassName
{
color: #7EE9BD;
}
.AnyTagClassName
{
color: #7EE9BD;
}
</style>
background-color css
<style>
a { background-color: #7EE9BD; }
a { background-color: rgb(126,233,189); }
div.DivClassName
{
background-color: #7EE9BD;
}
.BgClassName
{
background-color: #7EE9BD;
}
</style>
border-color css
<style>
span { border-color: #7EE9BD; }
span { border-color: rgb(126,233,189); }
td.TdClassName
{
border-color: #7EE9BD;
}
.TagClassName
{
border-color: #7EE9BD;
}
</style>