Shades of Riptide #7CE4CD
Tints of Riptide #7CE4CD
RGB
CMYK
RGB Variations
Color information
#7CE4CD (or 0x7CE4CD) is known color: Riptide. HEX triplet: 7C, E4 and CD. RGB value is (124,228,205). Sum of RGB (Red+Green+Blue) = 124+228+205=557 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.26% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 228 - color contains mainly: green. Hex color #7CE4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE4CD is #831B32. Grayscale: #C2C2C2. Windows color (decimal): -8592179 or 13493372. OLE color: 13493372.
HSL color Cylindrical-coordinate representation of color #7CE4CD: hue angle of 166.73º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE4CD is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 228 | 205 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.11 |
| HSL | 166.73º | 0.66% | 0.69% | - |
| HSV(B) | 166.73º | 0.46% | 0.89% | - |
| XYZ | 47.08 | 64.18 | 67.66 | - |
| YUV | 194.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 228 | 205 | 0.46 | 0 | 0.10 | 0.11 | 166.73 | 0.66 | 0.69 |
| Hex | 7C | E4 | CD | 2E | 0 | A | B | A7 | 42 | 45 |
| Octal | 174 | 344 | 315 | 56 | 0 | 12 | 13 | 247 | 102 | 105 |
| Binary | 1111100 | 11100100 | 11001101 | 101110 | 0 | 1010 | 1011 | 10100111 | 1000010 | 1000101 |
Color Harmonies of #7CE4CD
Complementary color
Monochromatic Colors of #7CE4CD
Black with #7CE4CD
Text Example
Text Example
White with #7CE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE4CD; }
p { color: rgb(124,228,205); }
H1.HeaderClassName
{
color: #7CE4CD;
}
.AnyTagClassName
{
color: #7CE4CD;
}
</style>
background-color css
<style>
a { background-color: #7CE4CD; }
a { background-color: rgb(124,228,205); }
div.DivClassName
{
background-color: #7CE4CD;
}
.BgClassName
{
background-color: #7CE4CD;
}
</style>
border-color css
<style>
span { border-color: #7CE4CD; }
span { border-color: rgb(124,228,205); }
td.TdClassName
{
border-color: #7CE4CD;
}
.TagClassName
{
border-color: #7CE4CD;
}
</style>