Shades of Riptide #7CE5CD
Tints of Riptide #7CE5CD
RGB
CMYK
RGB Variations
Color information
#7CE5CD (or 0x7CE5CD) is known color: Riptide. HEX triplet: 7C, E5 and CD. RGB value is (124,229,205). Sum of RGB (Red+Green+Blue) = 124+229+205=558 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.22% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #7CE5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE5CD is #831A32. Grayscale: #C2C2C2. Windows color (decimal): -8591923 or 13493628. OLE color: 13493628.
HSL color Cylindrical-coordinate representation of color #7CE5CD: hue angle of 166.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE5CD is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 229 | 205 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.10 |
| HSL | 166.29º | 0.67% | 0.69% | - |
| HSV(B) | 166.29º | 0.46% | 0.9% | - |
| XYZ | 47.35 | 64.73 | 67.76 | - |
| YUV | 194.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 205 | 0.46 | 0 | 0.10 | 0.10 | 166.29 | 0.67 | 0.69 |
| Hex | 7C | E5 | CD | 2E | 0 | A | A | A6 | 43 | 45 |
| Octal | 174 | 345 | 315 | 56 | 0 | 12 | 12 | 246 | 103 | 105 |
| Binary | 1111100 | 11100101 | 11001101 | 101110 | 0 | 1010 | 1010 | 10100110 | 1000011 | 1000101 |
Color Harmonies of #7CE5CD
Complementary color
Monochromatic Colors of #7CE5CD
Black with #7CE5CD
Text Example
Text Example
White with #7CE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE5CD; }
p { color: rgb(124,229,205); }
H1.HeaderClassName
{
color: #7CE5CD;
}
.AnyTagClassName
{
color: #7CE5CD;
}
</style>
background-color css
<style>
a { background-color: #7CE5CD; }
a { background-color: rgb(124,229,205); }
div.DivClassName
{
background-color: #7CE5CD;
}
.BgClassName
{
background-color: #7CE5CD;
}
</style>
border-color css
<style>
span { border-color: #7CE5CD; }
span { border-color: rgb(124,229,205); }
td.TdClassName
{
border-color: #7CE5CD;
}
.TagClassName
{
border-color: #7CE5CD;
}
</style>