Shades of Aquamarine #7CEECD
Tints of Aquamarine #7CEECD
RGB
CMYK
RGB Variations
Color information
#7CEECD (or 0x7CEECD) is known color: Aquamarine. HEX triplet: 7C, EE and CD. RGB value is (124,238,205). Sum of RGB (Red+Green+Blue) = 124+238+205=567 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.87% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEECD is #831132. Grayscale: #C8C8C8. Windows color (decimal): -8589619 or 13495932. OLE color: 13495932.
HSL color Cylindrical-coordinate representation of color #7CEECD: hue angle of 162.63º 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 #7CEECD is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 238 | 205 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.07 |
| HSL | 162.63º | 0.77% | 0.71% | - |
| HSV(B) | 162.63º | 0.48% | 0.93% | - |
| XYZ | 49.91 | 69.84 | 68.61 | - |
| YUV | 200.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 238 | 205 | 0.48 | 0 | 0.14 | 0.07 | 162.63 | 0.77 | 0.71 |
| Hex | 7C | EE | CD | 30 | 0 | E | 7 | A3 | 4D | 47 |
| Octal | 174 | 356 | 315 | 60 | 0 | 16 | 7 | 243 | 115 | 107 |
| Binary | 1111100 | 11101110 | 11001101 | 110000 | 0 | 1110 | 111 | 10100011 | 1001101 | 1000111 |
Color Harmonies of #7CEECD
Complementary color
Monochromatic Colors of #7CEECD
Black with #7CEECD
Text Example
Text Example
White with #7CEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEECD; }
p { color: rgb(124,238,205); }
H1.HeaderClassName
{
color: #7CEECD;
}
.AnyTagClassName
{
color: #7CEECD;
}
</style>
background-color css
<style>
a { background-color: #7CEECD; }
a { background-color: rgb(124,238,205); }
div.DivClassName
{
background-color: #7CEECD;
}
.BgClassName
{
background-color: #7CEECD;
}
</style>
border-color css
<style>
span { border-color: #7CEECD; }
span { border-color: rgb(124,238,205); }
td.TdClassName
{
border-color: #7CEECD;
}
.TagClassName
{
border-color: #7CEECD;
}
</style>