Shades of Aquamarine #7CECC0
Tints of Aquamarine #7CECC0
RGB
CMYK
RGB Variations
Color information
#7CECC0 (or 0x7CECC0) is known color: Aquamarine. HEX triplet: 7C, EC and C0. RGB value is (124,236,192). Sum of RGB (Red+Green+Blue) = 124+236+192=552 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.46% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CECC0 is #83133F. Grayscale: #C5C5C5. Windows color (decimal): -8590144 or 12643452. OLE color: 12643452.
HSL color Cylindrical-coordinate representation of color #7CECC0: hue angle of 156.43º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CECC0 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 236 | 192 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.07 |
| HSL | 156.43º | 0.75% | 0.71% | - |
| HSV(B) | 156.43º | 0.47% | 0.93% | - |
| XYZ | 47.82 | 68.08 | 60.49 | - |
| YUV | 197.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 192 | 0.47 | 0 | 0.19 | 0.07 | 156.43 | 0.75 | 0.71 |
| Hex | 7C | EC | C0 | 2F | 0 | 13 | 7 | 9C | 4B | 47 |
| Octal | 174 | 354 | 300 | 57 | 0 | 23 | 7 | 234 | 113 | 107 |
| Binary | 1111100 | 11101100 | 11000000 | 101111 | 0 | 10011 | 111 | 10011100 | 1001011 | 1000111 |
Color Harmonies of #7CECC0
Complementary color
Monochromatic Colors of #7CECC0
Black with #7CECC0
Text Example
Text Example
White with #7CECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CECC0; }
p { color: rgb(124,236,192); }
H1.HeaderClassName
{
color: #7CECC0;
}
.AnyTagClassName
{
color: #7CECC0;
}
</style>
background-color css
<style>
a { background-color: #7CECC0; }
a { background-color: rgb(124,236,192); }
div.DivClassName
{
background-color: #7CECC0;
}
.BgClassName
{
background-color: #7CECC0;
}
</style>
border-color css
<style>
span { border-color: #7CECC0; }
span { border-color: rgb(124,236,192); }
td.TdClassName
{
border-color: #7CECC0;
}
.TagClassName
{
border-color: #7CECC0;
}
</style>