Shades of Riptide #7EE1CB
Tints of Riptide #7EE1CB
RGB
CMYK
RGB Variations
Color information
#7EE1CB (or 0x7EE1CB) is known color: Riptide. HEX triplet: 7E, E1 and CB. RGB value is (126,225,203). Sum of RGB (Red+Green+Blue) = 126+225+203=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE1CB is #811E34. Grayscale: #C0C0C0. Windows color (decimal): -8461877 or 13361534. OLE color: 13361534.
HSL color Cylindrical-coordinate representation of color #7EE1CB: hue angle of 166.67º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE1CB is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 203 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.12 |
| HSL | 166.67º | 0.62% | 0.69% | - |
| HSV(B) | 166.67º | 0.44% | 0.88% | - |
| XYZ | 46.31 | 62.6 | 66.14 | - |
| YUV | 192.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 203 | 0.44 | 0 | 0.10 | 0.12 | 166.67 | 0.62 | 0.69 |
| Hex | 7E | E1 | CB | 2C | 0 | A | C | A7 | 3E | 45 |
| Octal | 176 | 341 | 313 | 54 | 0 | 12 | 14 | 247 | 76 | 105 |
| Binary | 1111110 | 11100001 | 11001011 | 101100 | 0 | 1010 | 1100 | 10100111 | 111110 | 1000101 |
Color Harmonies of #7EE1CB
Complementary color
Monochromatic Colors of #7EE1CB
Black with #7EE1CB
Text Example
Text Example
White with #7EE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE1CB; }
p { color: rgb(126,225,203); }
H1.HeaderClassName
{
color: #7EE1CB;
}
.AnyTagClassName
{
color: #7EE1CB;
}
</style>
background-color css
<style>
a { background-color: #7EE1CB; }
a { background-color: rgb(126,225,203); }
div.DivClassName
{
background-color: #7EE1CB;
}
.BgClassName
{
background-color: #7EE1CB;
}
</style>
border-color css
<style>
span { border-color: #7EE1CB; }
span { border-color: rgb(126,225,203); }
td.TdClassName
{
border-color: #7EE1CB;
}
.TagClassName
{
border-color: #7EE1CB;
}
</style>