Shades of Riptide #7EE3CC
Tints of Riptide #7EE3CC
RGB
CMYK
RGB Variations
Color information
#7EE3CC (or 0x7EE3CC) is known color: Riptide. HEX triplet: 7E, E3 and CC. RGB value is (126,227,204). Sum of RGB (Red+Green+Blue) = 126+227+204=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #7EE3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE3CC is #811C33. Grayscale: #C2C2C2. Windows color (decimal): -8461364 or 13427582. OLE color: 13427582.
HSL color Cylindrical-coordinate representation of color #7EE3CC: hue angle of 166.34º 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 #7EE3CC is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 227 | 204 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.11 |
| HSL | 166.34º | 0.64% | 0.69% | - |
| HSV(B) | 166.34º | 0.44% | 0.89% | - |
| XYZ | 46.97 | 63.73 | 66.95 | - |
| YUV | 194.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 227 | 204 | 0.44 | 0 | 0.10 | 0.11 | 166.34 | 0.64 | 0.69 |
| Hex | 7E | E3 | CC | 2C | 0 | A | B | A6 | 40 | 45 |
| Octal | 176 | 343 | 314 | 54 | 0 | 12 | 13 | 246 | 100 | 105 |
| Binary | 1111110 | 11100011 | 11001100 | 101100 | 0 | 1010 | 1011 | 10100110 | 1000000 | 1000101 |
Color Harmonies of #7EE3CC
Complementary color
Monochromatic Colors of #7EE3CC
Black with #7EE3CC
Text Example
Text Example
White with #7EE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE3CC; }
p { color: rgb(126,227,204); }
H1.HeaderClassName
{
color: #7EE3CC;
}
.AnyTagClassName
{
color: #7EE3CC;
}
</style>
background-color css
<style>
a { background-color: #7EE3CC; }
a { background-color: rgb(126,227,204); }
div.DivClassName
{
background-color: #7EE3CC;
}
.BgClassName
{
background-color: #7EE3CC;
}
</style>
border-color css
<style>
span { border-color: #7EE3CC; }
span { border-color: rgb(126,227,204); }
td.TdClassName
{
border-color: #7EE3CC;
}
.TagClassName
{
border-color: #7EE3CC;
}
</style>