Shades of Riptide #7CE8C5
Tints of Riptide #7CE8C5
RGB
CMYK
RGB Variations
Color information
#7CE8C5 (or 0x7CE8C5) is known color: Riptide. HEX triplet: 7C, E8 and C5. RGB value is (124,232,197). Sum of RGB (Red+Green+Blue) = 124+232+197=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #7CE8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE8C5 is #83173A. Grayscale: #C3C3C3. Windows color (decimal): -8591163 or 12970108. OLE color: 12970108.
HSL color Cylindrical-coordinate representation of color #7CE8C5: hue angle of 160.56º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CE8C5 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 232 | 197 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.09 |
| HSL | 160.56º | 0.7% | 0.7% | - |
| HSV(B) | 160.56º | 0.47% | 0.91% | - |
| XYZ | 47.25 | 66.03 | 63.08 | - |
| YUV | 195.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 197 | 0.47 | 0 | 0.15 | 0.09 | 160.56 | 0.7 | 0.7 |
| Hex | 7C | E8 | C5 | 2F | 0 | F | 9 | A1 | 46 | 46 |
| Octal | 174 | 350 | 305 | 57 | 0 | 17 | 11 | 241 | 106 | 106 |
| Binary | 1111100 | 11101000 | 11000101 | 101111 | 0 | 1111 | 1001 | 10100001 | 1000110 | 1000110 |
Color Harmonies of #7CE8C5
Complementary color
Monochromatic Colors of #7CE8C5
Black with #7CE8C5
Text Example
Text Example
White with #7CE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE8C5; }
p { color: rgb(124,232,197); }
H1.HeaderClassName
{
color: #7CE8C5;
}
.AnyTagClassName
{
color: #7CE8C5;
}
</style>
background-color css
<style>
a { background-color: #7CE8C5; }
a { background-color: rgb(124,232,197); }
div.DivClassName
{
background-color: #7CE8C5;
}
.BgClassName
{
background-color: #7CE8C5;
}
</style>
border-color css
<style>
span { border-color: #7CE8C5; }
span { border-color: rgb(124,232,197); }
td.TdClassName
{
border-color: #7CE8C5;
}
.TagClassName
{
border-color: #7CE8C5;
}
</style>