Shades of Riptide #7CE6BC
Tints of Riptide #7CE6BC
RGB
CMYK
RGB Variations
Color information
#7CE6BC (or 0x7CE6BC) is known color: Riptide. HEX triplet: 7C, E6 and BC. RGB value is (124,230,188). Sum of RGB (Red+Green+Blue) = 124+230+188=542 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.88% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE6BC is #831943. Grayscale: #C1C1C1. Windows color (decimal): -8591684 or 12379772. OLE color: 12379772.
HSL color Cylindrical-coordinate representation of color #7CE6BC: hue angle of 156.23º degrees, saturation: 0.68, 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 #7CE6BC is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 188 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.10 |
| HSL | 156.23º | 0.68% | 0.69% | - |
| HSV(B) | 156.23º | 0.46% | 0.9% | - |
| XYZ | 45.69 | 64.51 | 57.62 | - |
| YUV | 193.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 188 | 0.46 | 0 | 0.18 | 0.10 | 156.23 | 0.68 | 0.69 |
| Hex | 7C | E6 | BC | 2E | 0 | 12 | A | 9C | 44 | 45 |
| Octal | 174 | 346 | 274 | 56 | 0 | 22 | 12 | 234 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10111100 | 101110 | 0 | 10010 | 1010 | 10011100 | 1000100 | 1000101 |
Color Harmonies of #7CE6BC
Complementary color
Monochromatic Colors of #7CE6BC
Black with #7CE6BC
Text Example
Text Example
White with #7CE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6BC; }
p { color: rgb(124,230,188); }
H1.HeaderClassName
{
color: #7CE6BC;
}
.AnyTagClassName
{
color: #7CE6BC;
}
</style>
background-color css
<style>
a { background-color: #7CE6BC; }
a { background-color: rgb(124,230,188); }
div.DivClassName
{
background-color: #7CE6BC;
}
.BgClassName
{
background-color: #7CE6BC;
}
</style>
border-color css
<style>
span { border-color: #7CE6BC; }
span { border-color: rgb(124,230,188); }
td.TdClassName
{
border-color: #7CE6BC;
}
.TagClassName
{
border-color: #7CE6BC;
}
</style>