Shades of Aquamarine #7CEEDC
Tints of Aquamarine #7CEEDC
RGB
CMYK
RGB Variations
Color information
#7CEEDC (or 0x7CEEDC) is known color: Aquamarine. HEX triplet: 7C, EE and DC. RGB value is (124,238,220). Sum of RGB (Red+Green+Blue) = 124+238+220=582 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.31% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEEDC is #831123. Grayscale: #C9C9C9. Windows color (decimal): -8589604 or 14478972. OLE color: 14478972.
HSL color Cylindrical-coordinate representation of color #7CEEDC: hue angle of 170.53º degrees, saturation: 0.77, 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 #7CEEDC is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 238 | 220 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.07 |
| HSL | 170.53º | 0.77% | 0.71% | - |
| HSV(B) | 170.53º | 0.48% | 0.93% | - |
| XYZ | 51.8 | 70.6 | 78.61 | - |
| YUV | 201.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 238 | 220 | 0.48 | 0 | 0.08 | 0.07 | 170.53 | 0.77 | 0.71 |
| Hex | 7C | EE | DC | 30 | 0 | 8 | 7 | AB | 4D | 47 |
| Octal | 174 | 356 | 334 | 60 | 0 | 10 | 7 | 253 | 115 | 107 |
| Binary | 1111100 | 11101110 | 11011100 | 110000 | 0 | 1000 | 111 | 10101011 | 1001101 | 1000111 |
Color Harmonies of #7CEEDC
Complementary color
Monochromatic Colors of #7CEEDC
Black with #7CEEDC
Text Example
Text Example
White with #7CEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEEDC; }
p { color: rgb(124,238,220); }
H1.HeaderClassName
{
color: #7CEEDC;
}
.AnyTagClassName
{
color: #7CEEDC;
}
</style>
background-color css
<style>
a { background-color: #7CEEDC; }
a { background-color: rgb(124,238,220); }
div.DivClassName
{
background-color: #7CEEDC;
}
.BgClassName
{
background-color: #7CEEDC;
}
</style>
border-color css
<style>
span { border-color: #7CEEDC; }
span { border-color: rgb(124,238,220); }
td.TdClassName
{
border-color: #7CEEDC;
}
.TagClassName
{
border-color: #7CEEDC;
}
</style>