Shades of Aquamarine #7CECDF
Tints of Aquamarine #7CECDF
RGB
CMYK
RGB Variations
Color information
#7CECDF (or 0x7CECDF) is known color: Aquamarine. HEX triplet: 7C, EC and DF. RGB value is (124,236,223). Sum of RGB (Red+Green+Blue) = 124+236+223=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CECDF is #831320. Grayscale: #C8C8C8. Windows color (decimal): -8590113 or 14675068. OLE color: 14675068.
HSL color Cylindrical-coordinate representation of color #7CECDF: hue angle of 173.04º 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 #7CECDF is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 236 | 223 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.07 |
| HSL | 173.04º | 0.75% | 0.71% | - |
| HSV(B) | 173.04º | 0.47% | 0.93% | - |
| XYZ | 51.63 | 69.6 | 80.53 | - |
| YUV | 201.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 223 | 0.47 | 0 | 0.06 | 0.07 | 173.04 | 0.75 | 0.71 |
| Hex | 7C | EC | DF | 2F | 0 | 6 | 7 | AD | 4B | 47 |
| Octal | 174 | 354 | 337 | 57 | 0 | 6 | 7 | 255 | 113 | 107 |
| Binary | 1111100 | 11101100 | 11011111 | 101111 | 0 | 110 | 111 | 10101101 | 1001011 | 1000111 |
Color Harmonies of #7CECDF
Complementary color
Monochromatic Colors of #7CECDF
Black with #7CECDF
Text Example
Text Example
White with #7CECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CECDF; }
p { color: rgb(124,236,223); }
H1.HeaderClassName
{
color: #7CECDF;
}
.AnyTagClassName
{
color: #7CECDF;
}
</style>
background-color css
<style>
a { background-color: #7CECDF; }
a { background-color: rgb(124,236,223); }
div.DivClassName
{
background-color: #7CECDF;
}
.BgClassName
{
background-color: #7CECDF;
}
</style>
border-color css
<style>
span { border-color: #7CECDF; }
span { border-color: rgb(124,236,223); }
td.TdClassName
{
border-color: #7CECDF;
}
.TagClassName
{
border-color: #7CECDF;
}
</style>