Shades of Riptide #7CE4D8
Tints of Riptide #7CE4D8
RGB
CMYK
RGB Variations
Color information
#7CE4D8 (or 0x7CE4D8) is known color: Riptide. HEX triplet: 7C, E4 and D8. RGB value is (124,228,216). Sum of RGB (Red+Green+Blue) = 124+228+216=568 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.83% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #7CE4D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE4D8 is #831B27. Grayscale: #C3C3C3. Windows color (decimal): -8592168 or 14214268. OLE color: 14214268.
HSL color Cylindrical-coordinate representation of color #7CE4D8: hue angle of 173.08º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE4D8 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 228 | 216 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.11 |
| HSL | 173.08º | 0.66% | 0.69% | - |
| HSV(B) | 173.08º | 0.46% | 0.89% | - |
| XYZ | 48.45 | 64.73 | 74.91 | - |
| YUV | 195.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 228 | 216 | 0.46 | 0 | 0.05 | 0.11 | 173.08 | 0.66 | 0.69 |
| Hex | 7C | E4 | D8 | 2E | 0 | 5 | B | AD | 42 | 45 |
| Octal | 174 | 344 | 330 | 56 | 0 | 5 | 13 | 255 | 102 | 105 |
| Binary | 1111100 | 11100100 | 11011000 | 101110 | 0 | 101 | 1011 | 10101101 | 1000010 | 1000101 |
Color Harmonies of #7CE4D8
Complementary color
Monochromatic Colors of #7CE4D8
Black with #7CE4D8
Text Example
Text Example
White with #7CE4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE4D8; }
p { color: rgb(124,228,216); }
H1.HeaderClassName
{
color: #7CE4D8;
}
.AnyTagClassName
{
color: #7CE4D8;
}
</style>
background-color css
<style>
a { background-color: #7CE4D8; }
a { background-color: rgb(124,228,216); }
div.DivClassName
{
background-color: #7CE4D8;
}
.BgClassName
{
background-color: #7CE4D8;
}
</style>
border-color css
<style>
span { border-color: #7CE4D8; }
span { border-color: rgb(124,228,216); }
td.TdClassName
{
border-color: #7CE4D8;
}
.TagClassName
{
border-color: #7CE4D8;
}
</style>