Shades of Riptide #7CE3CC
Tints of Riptide #7CE3CC
RGB
CMYK
RGB Variations
Color information
#7CE3CC (or 0x7CE3CC) is known color: Riptide. HEX triplet: 7C, E3 and CC. RGB value is (124,227,204). Sum of RGB (Red+Green+Blue) = 124+227+204=555 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.34% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #7CE3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE3CC is #831C33. Grayscale: #C1C1C1. Windows color (decimal): -8592436 or 13427580. OLE color: 13427580.
HSL color Cylindrical-coordinate representation of color #7CE3CC: hue angle of 166.6º 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 #7CE3CC is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 227 | 204 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.11 |
| HSL | 166.6º | 0.65% | 0.69% | - |
| HSV(B) | 166.6º | 0.45% | 0.89% | - |
| XYZ | 46.68 | 63.58 | 66.94 | - |
| YUV | 193.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 227 | 204 | 0.45 | 0 | 0.10 | 0.11 | 166.6 | 0.65 | 0.69 |
| Hex | 7C | E3 | CC | 2D | 0 | A | B | A7 | 41 | 45 |
| Octal | 174 | 343 | 314 | 55 | 0 | 12 | 13 | 247 | 101 | 105 |
| Binary | 1111100 | 11100011 | 11001100 | 101101 | 0 | 1010 | 1011 | 10100111 | 1000001 | 1000101 |
Color Harmonies of #7CE3CC
Complementary color
Monochromatic Colors of #7CE3CC
Black with #7CE3CC
Text Example
Text Example
White with #7CE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE3CC; }
p { color: rgb(124,227,204); }
H1.HeaderClassName
{
color: #7CE3CC;
}
.AnyTagClassName
{
color: #7CE3CC;
}
</style>
background-color css
<style>
a { background-color: #7CE3CC; }
a { background-color: rgb(124,227,204); }
div.DivClassName
{
background-color: #7CE3CC;
}
.BgClassName
{
background-color: #7CE3CC;
}
</style>
border-color css
<style>
span { border-color: #7CE3CC; }
span { border-color: rgb(124,227,204); }
td.TdClassName
{
border-color: #7CE3CC;
}
.TagClassName
{
border-color: #7CE3CC;
}
</style>