Shades of Riptide #7EE3CB
Tints of Riptide #7EE3CB
RGB
CMYK
RGB Variations
Color information
#7EE3CB (or 0x7EE3CB) is known color: Riptide. HEX triplet: 7E, E3 and CB. RGB value is (126,227,203). Sum of RGB (Red+Green+Blue) = 126+227+203=556 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.66% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #7EE3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE3CB is #811C34. Grayscale: #C2C2C2. Windows color (decimal): -8461365 or 13362046. OLE color: 13362046.
HSL color Cylindrical-coordinate representation of color #7EE3CB: hue angle of 165.74º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE3CB is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 227 | 203 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.11 |
| HSL | 165.74º | 0.64% | 0.69% | - |
| HSV(B) | 165.74º | 0.44% | 0.89% | - |
| XYZ | 46.85 | 63.69 | 66.32 | - |
| YUV | 194.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 227 | 203 | 0.44 | 0 | 0.11 | 0.11 | 165.74 | 0.64 | 0.69 |
| Hex | 7E | E3 | CB | 2C | 0 | B | B | A6 | 40 | 45 |
| Octal | 176 | 343 | 313 | 54 | 0 | 13 | 13 | 246 | 100 | 105 |
| Binary | 1111110 | 11100011 | 11001011 | 101100 | 0 | 1011 | 1011 | 10100110 | 1000000 | 1000101 |
Color Harmonies of #7EE3CB
Complementary color
Monochromatic Colors of #7EE3CB
Black with #7EE3CB
Text Example
Text Example
White with #7EE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE3CB; }
p { color: rgb(126,227,203); }
H1.HeaderClassName
{
color: #7EE3CB;
}
.AnyTagClassName
{
color: #7EE3CB;
}
</style>
background-color css
<style>
a { background-color: #7EE3CB; }
a { background-color: rgb(126,227,203); }
div.DivClassName
{
background-color: #7EE3CB;
}
.BgClassName
{
background-color: #7EE3CB;
}
</style>
border-color css
<style>
span { border-color: #7EE3CB; }
span { border-color: rgb(126,227,203); }
td.TdClassName
{
border-color: #7EE3CB;
}
.TagClassName
{
border-color: #7EE3CB;
}
</style>