Shades of Riptide #7CE6DA
Tints of Riptide #7CE6DA
RGB
CMYK
RGB Variations
Color information
#7CE6DA (or 0x7CE6DA) is known color: Riptide. HEX triplet: 7C, E6 and DA. RGB value is (124,230,218). Sum of RGB (Red+Green+Blue) = 124+230+218=572 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.68% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE6DA is #831925. Grayscale: #C4C4C4. Windows color (decimal): -8591654 or 14345852. OLE color: 14345852.
HSL color Cylindrical-coordinate representation of color #7CE6DA: hue angle of 173.21º 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 #7CE6DA is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 218 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.10 |
| HSL | 173.21º | 0.68% | 0.69% | - |
| HSV(B) | 173.21º | 0.46% | 0.9% | - |
| XYZ | 49.26 | 65.94 | 76.46 | - |
| YUV | 196.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 218 | 0.46 | 0 | 0.05 | 0.10 | 173.21 | 0.68 | 0.69 |
| Hex | 7C | E6 | DA | 2E | 0 | 5 | A | AD | 44 | 45 |
| Octal | 174 | 346 | 332 | 56 | 0 | 5 | 12 | 255 | 104 | 105 |
| Binary | 1111100 | 11100110 | 11011010 | 101110 | 0 | 101 | 1010 | 10101101 | 1000100 | 1000101 |
Color Harmonies of #7CE6DA
Complementary color
Monochromatic Colors of #7CE6DA
Black with #7CE6DA
Text Example
Text Example
White with #7CE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6DA; }
p { color: rgb(124,230,218); }
H1.HeaderClassName
{
color: #7CE6DA;
}
.AnyTagClassName
{
color: #7CE6DA;
}
</style>
background-color css
<style>
a { background-color: #7CE6DA; }
a { background-color: rgb(124,230,218); }
div.DivClassName
{
background-color: #7CE6DA;
}
.BgClassName
{
background-color: #7CE6DA;
}
</style>
border-color css
<style>
span { border-color: #7CE6DA; }
span { border-color: rgb(124,230,218); }
td.TdClassName
{
border-color: #7CE6DA;
}
.TagClassName
{
border-color: #7CE6DA;
}
</style>