Shades of Riptide #7CE5DB
Tints of Riptide #7CE5DB
RGB
CMYK
RGB Variations
Color information
#7CE5DB (or 0x7CE5DB) is known color: Riptide. HEX triplet: 7C, E5 and DB. RGB value is (124,229,219). Sum of RGB (Red+Green+Blue) = 124+229+219=572 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.68% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #7CE5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE5DB is #831A24. Grayscale: #C4C4C4. Windows color (decimal): -8591909 or 14411132. OLE color: 14411132.
HSL color Cylindrical-coordinate representation of color #7CE5DB: hue angle of 174.29º degrees, saturation: 0.67, 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 #7CE5DB is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 229 | 219 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.10 |
| HSL | 174.29º | 0.67% | 0.69% | - |
| HSV(B) | 174.29º | 0.46% | 0.9% | - |
| XYZ | 49.12 | 65.44 | 77.06 | - |
| YUV | 196.47 | 140.71 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 219 | 0.46 | 0 | 0.04 | 0.10 | 174.29 | 0.67 | 0.69 |
| Hex | 7C | E5 | DB | 2E | 0 | 4 | A | AE | 43 | 45 |
| Octal | 174 | 345 | 333 | 56 | 0 | 4 | 12 | 256 | 103 | 105 |
| Binary | 1111100 | 11100101 | 11011011 | 101110 | 0 | 100 | 1010 | 10101110 | 1000011 | 1000101 |
Color Harmonies of #7CE5DB
Complementary color
Monochromatic Colors of #7CE5DB
Black with #7CE5DB
Text Example
Text Example
White with #7CE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE5DB; }
p { color: rgb(124,229,219); }
H1.HeaderClassName
{
color: #7CE5DB;
}
.AnyTagClassName
{
color: #7CE5DB;
}
</style>
background-color css
<style>
a { background-color: #7CE5DB; }
a { background-color: rgb(124,229,219); }
div.DivClassName
{
background-color: #7CE5DB;
}
.BgClassName
{
background-color: #7CE5DB;
}
</style>
border-color css
<style>
span { border-color: #7CE5DB; }
span { border-color: rgb(124,229,219); }
td.TdClassName
{
border-color: #7CE5DB;
}
.TagClassName
{
border-color: #7CE5DB;
}
</style>