Shades of Riptide #7CE8C1
Tints of Riptide #7CE8C1
RGB
CMYK
RGB Variations
Color information
#7CE8C1 (or 0x7CE8C1) is known color: Riptide. HEX triplet: 7C, E8 and C1. RGB value is (124,232,193). Sum of RGB (Red+Green+Blue) = 124+232+193=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #7CE8C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE8C1 is #83173E. Grayscale: #C3C3C3. Windows color (decimal): -8591167 or 12707964. OLE color: 12707964.
HSL color Cylindrical-coordinate representation of color #7CE8C1: hue angle of 158.33º 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 #7CE8C1 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 232 | 193 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.09 |
| HSL | 158.33º | 0.7% | 0.7% | - |
| HSV(B) | 158.33º | 0.47% | 0.91% | - |
| XYZ | 46.79 | 65.85 | 60.7 | - |
| YUV | 195.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 193 | 0.47 | 0 | 0.17 | 0.09 | 158.33 | 0.7 | 0.7 |
| Hex | 7C | E8 | C1 | 2F | 0 | 11 | 9 | 9E | 46 | 46 |
| Octal | 174 | 350 | 301 | 57 | 0 | 21 | 11 | 236 | 106 | 106 |
| Binary | 1111100 | 11101000 | 11000001 | 101111 | 0 | 10001 | 1001 | 10011110 | 1000110 | 1000110 |
Color Harmonies of #7CE8C1
Complementary color
Monochromatic Colors of #7CE8C1
Black with #7CE8C1
Text Example
Text Example
White with #7CE8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE8C1; }
p { color: rgb(124,232,193); }
H1.HeaderClassName
{
color: #7CE8C1;
}
.AnyTagClassName
{
color: #7CE8C1;
}
</style>
background-color css
<style>
a { background-color: #7CE8C1; }
a { background-color: rgb(124,232,193); }
div.DivClassName
{
background-color: #7CE8C1;
}
.BgClassName
{
background-color: #7CE8C1;
}
</style>
border-color css
<style>
span { border-color: #7CE8C1; }
span { border-color: rgb(124,232,193); }
td.TdClassName
{
border-color: #7CE8C1;
}
.TagClassName
{
border-color: #7CE8C1;
}
</style>