Shades of Riptide #7EE5CC
Tints of Riptide #7EE5CC
RGB
CMYK
RGB Variations
Color information
#7EE5CC (or 0x7EE5CC) is known color: Riptide. HEX triplet: 7E, E5 and CC. RGB value is (126,229,204). Sum of RGB (Red+Green+Blue) = 126+229+204=559 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.54% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE5CC is #811A33. Grayscale: #C3C3C3. Windows color (decimal): -8460852 or 13428094. OLE color: 13428094.
HSL color Cylindrical-coordinate representation of color #7EE5CC: hue angle of 165.44º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE5CC is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 229 | 204 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.10 |
| HSL | 165.44º | 0.66% | 0.7% | - |
| HSV(B) | 165.44º | 0.45% | 0.9% | - |
| XYZ | 47.52 | 64.83 | 67.14 | - |
| YUV | 195.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 204 | 0.45 | 0 | 0.11 | 0.10 | 165.44 | 0.66 | 0.7 |
| Hex | 7E | E5 | CC | 2D | 0 | B | A | A5 | 42 | 46 |
| Octal | 176 | 345 | 314 | 55 | 0 | 13 | 12 | 245 | 102 | 106 |
| Binary | 1111110 | 11100101 | 11001100 | 101101 | 0 | 1011 | 1010 | 10100101 | 1000010 | 1000110 |
Color Harmonies of #7EE5CC
Complementary color
Monochromatic Colors of #7EE5CC
Black with #7EE5CC
Text Example
Text Example
White with #7EE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE5CC; }
p { color: rgb(126,229,204); }
H1.HeaderClassName
{
color: #7EE5CC;
}
.AnyTagClassName
{
color: #7EE5CC;
}
</style>
background-color css
<style>
a { background-color: #7EE5CC; }
a { background-color: rgb(126,229,204); }
div.DivClassName
{
background-color: #7EE5CC;
}
.BgClassName
{
background-color: #7EE5CC;
}
</style>
border-color css
<style>
span { border-color: #7EE5CC; }
span { border-color: rgb(126,229,204); }
td.TdClassName
{
border-color: #7EE5CC;
}
.TagClassName
{
border-color: #7EE5CC;
}
</style>