Shades of Riptide #7CE3DA
Tints of Riptide #7CE3DA
RGB
CMYK
RGB Variations
Color information
#7CE3DA (or 0x7CE3DA) is known color: Riptide. HEX triplet: 7C, E3 and DA. RGB value is (124,227,218). Sum of RGB (Red+Green+Blue) = 124+227+218=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #7CE3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE3DA is #831C25. Grayscale: #C3C3C3. Windows color (decimal): -8592422 or 14345084. OLE color: 14345084.
HSL color Cylindrical-coordinate representation of color #7CE3DA: hue angle of 174.76º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE3DA is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 227 | 218 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.11 |
| HSL | 174.76º | 0.65% | 0.69% | - |
| HSV(B) | 174.76º | 0.45% | 0.89% | - |
| XYZ | 48.44 | 64.29 | 76.19 | - |
| YUV | 195.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 227 | 218 | 0.45 | 0 | 0.04 | 0.11 | 174.76 | 0.65 | 0.69 |
| Hex | 7C | E3 | DA | 2D | 0 | 4 | B | AF | 41 | 45 |
| Octal | 174 | 343 | 332 | 55 | 0 | 4 | 13 | 257 | 101 | 105 |
| Binary | 1111100 | 11100011 | 11011010 | 101101 | 0 | 100 | 1011 | 10101111 | 1000001 | 1000101 |
Color Harmonies of #7CE3DA
Complementary color
Monochromatic Colors of #7CE3DA
Black with #7CE3DA
Text Example
Text Example
White with #7CE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE3DA; }
p { color: rgb(124,227,218); }
H1.HeaderClassName
{
color: #7CE3DA;
}
.AnyTagClassName
{
color: #7CE3DA;
}
</style>
background-color css
<style>
a { background-color: #7CE3DA; }
a { background-color: rgb(124,227,218); }
div.DivClassName
{
background-color: #7CE3DA;
}
.BgClassName
{
background-color: #7CE3DA;
}
</style>
border-color css
<style>
span { border-color: #7CE3DA; }
span { border-color: rgb(124,227,218); }
td.TdClassName
{
border-color: #7CE3DA;
}
.TagClassName
{
border-color: #7CE3DA;
}
</style>