Shades of Riptide #7EE0CC
Tints of Riptide #7EE0CC
RGB
CMYK
RGB Variations
Color information
#7EE0CC (or 0x7EE0CC) is known color: Riptide. HEX triplet: 7E, E0 and CC. RGB value is (126,224,204). Sum of RGB (Red+Green+Blue) = 126+224+204=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE0CC is #811F33. Grayscale: #C0C0C0. Windows color (decimal): -8462132 or 13426814. OLE color: 13426814.
HSL color Cylindrical-coordinate representation of color #7EE0CC: hue angle of 167.76º degrees, saturation: 0.61, 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 #7EE0CC is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 204 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.12 |
| HSL | 167.76º | 0.61% | 0.69% | - |
| HSV(B) | 167.76º | 0.44% | 0.88% | - |
| XYZ | 46.16 | 62.11 | 66.68 | - |
| YUV | 192.42 | 134.53 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 204 | 0.44 | 0 | 0.09 | 0.12 | 167.76 | 0.61 | 0.69 |
| Hex | 7E | E0 | CC | 2C | 0 | 9 | C | A8 | 3D | 45 |
| Octal | 176 | 340 | 314 | 54 | 0 | 11 | 14 | 250 | 75 | 105 |
| Binary | 1111110 | 11100000 | 11001100 | 101100 | 0 | 1001 | 1100 | 10101000 | 111101 | 1000101 |
Color Harmonies of #7EE0CC
Complementary color
Monochromatic Colors of #7EE0CC
Black with #7EE0CC
Text Example
Text Example
White with #7EE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE0CC; }
p { color: rgb(126,224,204); }
H1.HeaderClassName
{
color: #7EE0CC;
}
.AnyTagClassName
{
color: #7EE0CC;
}
</style>
background-color css
<style>
a { background-color: #7EE0CC; }
a { background-color: rgb(126,224,204); }
div.DivClassName
{
background-color: #7EE0CC;
}
.BgClassName
{
background-color: #7EE0CC;
}
</style>
border-color css
<style>
span { border-color: #7EE0CC; }
span { border-color: rgb(126,224,204); }
td.TdClassName
{
border-color: #7EE0CC;
}
.TagClassName
{
border-color: #7EE0CC;
}
</style>