Shades of Aquamarine #7CEDC0
Tints of Aquamarine #7CEDC0
RGB
CMYK
RGB Variations
Color information
#7CEDC0 (or 0x7CEDC0) is known color: Aquamarine. HEX triplet: 7C, ED and C0. RGB value is (124,237,192). Sum of RGB (Red+Green+Blue) = 124+237+192=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEDC0 is #83123F. Grayscale: #C6C6C6. Windows color (decimal): -8589888 or 12643708. OLE color: 12643708.
HSL color Cylindrical-coordinate representation of color #7CEDC0: hue angle of 156.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEDC0 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 237 | 192 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.07 |
| HSL | 156.11º | 0.76% | 0.71% | - |
| HSV(B) | 156.11º | 0.48% | 0.93% | - |
| XYZ | 48.11 | 68.66 | 60.59 | - |
| YUV | 198.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 237 | 192 | 0.48 | 0 | 0.19 | 0.07 | 156.11 | 0.76 | 0.71 |
| Hex | 7C | ED | C0 | 30 | 0 | 13 | 7 | 9C | 4C | 47 |
| Octal | 174 | 355 | 300 | 60 | 0 | 23 | 7 | 234 | 114 | 107 |
| Binary | 1111100 | 11101101 | 11000000 | 110000 | 0 | 10011 | 111 | 10011100 | 1001100 | 1000111 |
Color Harmonies of #7CEDC0
Complementary color
Monochromatic Colors of #7CEDC0
Black with #7CEDC0
Text Example
Text Example
White with #7CEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEDC0; }
p { color: rgb(124,237,192); }
H1.HeaderClassName
{
color: #7CEDC0;
}
.AnyTagClassName
{
color: #7CEDC0;
}
</style>
background-color css
<style>
a { background-color: #7CEDC0; }
a { background-color: rgb(124,237,192); }
div.DivClassName
{
background-color: #7CEDC0;
}
.BgClassName
{
background-color: #7CEDC0;
}
</style>
border-color css
<style>
span { border-color: #7CEDC0; }
span { border-color: rgb(124,237,192); }
td.TdClassName
{
border-color: #7CEDC0;
}
.TagClassName
{
border-color: #7CEDC0;
}
</style>