Shades of Riptide #7CE0C5
Tints of Riptide #7CE0C5
RGB
CMYK
RGB Variations
Color information
#7CE0C5 (or 0x7CE0C5) is known color: Riptide. HEX triplet: 7C, E0 and C5. RGB value is (124,224,197). Sum of RGB (Red+Green+Blue) = 124+224+197=545 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.75% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE0C5 is #831F3A. Grayscale: #BFBFBF. Windows color (decimal): -8593211 or 12968060. OLE color: 12968060.
HSL color Cylindrical-coordinate representation of color #7CE0C5: hue angle of 163.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE0C5 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 197 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.12 |
| HSL | 163.8º | 0.62% | 0.68% | - |
| HSV(B) | 163.8º | 0.45% | 0.88% | - |
| XYZ | 45.05 | 61.63 | 62.34 | - |
| YUV | 191.02 | 131.37 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 197 | 0.45 | 0 | 0.12 | 0.12 | 163.8 | 0.62 | 0.68 |
| Hex | 7C | E0 | C5 | 2D | 0 | C | C | A4 | 3E | 44 |
| Octal | 174 | 340 | 305 | 55 | 0 | 14 | 14 | 244 | 76 | 104 |
| Binary | 1111100 | 11100000 | 11000101 | 101101 | 0 | 1100 | 1100 | 10100100 | 111110 | 1000100 |
Color Harmonies of #7CE0C5
Complementary color
Monochromatic Colors of #7CE0C5
Black with #7CE0C5
Text Example
Text Example
White with #7CE0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE0C5; }
p { color: rgb(124,224,197); }
H1.HeaderClassName
{
color: #7CE0C5;
}
.AnyTagClassName
{
color: #7CE0C5;
}
</style>
background-color css
<style>
a { background-color: #7CE0C5; }
a { background-color: rgb(124,224,197); }
div.DivClassName
{
background-color: #7CE0C5;
}
.BgClassName
{
background-color: #7CE0C5;
}
</style>
border-color css
<style>
span { border-color: #7CE0C5; }
span { border-color: rgb(124,224,197); }
td.TdClassName
{
border-color: #7CE0C5;
}
.TagClassName
{
border-color: #7CE0C5;
}
</style>