Shades of Aquamarine #7CECDB
Tints of Aquamarine #7CECDB
RGB
CMYK
RGB Variations
Color information
#7CECDB (or 0x7CECDB) is known color: Aquamarine. HEX triplet: 7C, EC and DB. RGB value is (124,236,219). Sum of RGB (Red+Green+Blue) = 124+236+219=579 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.42% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CECDB is #831324. Grayscale: #C8C8C8. Windows color (decimal): -8590117 or 14412924. OLE color: 14412924.
HSL color Cylindrical-coordinate representation of color #7CECDB: hue angle of 170.89º 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 #7CECDB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 236 | 219 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.07 |
| HSL | 170.89º | 0.75% | 0.71% | - |
| HSV(B) | 170.89º | 0.47% | 0.93% | - |
| XYZ | 51.09 | 69.39 | 77.72 | - |
| YUV | 200.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 219 | 0.47 | 0 | 0.07 | 0.07 | 170.89 | 0.75 | 0.71 |
| Hex | 7C | EC | DB | 2F | 0 | 7 | 7 | AB | 4B | 47 |
| Octal | 174 | 354 | 333 | 57 | 0 | 7 | 7 | 253 | 113 | 107 |
| Binary | 1111100 | 11101100 | 11011011 | 101111 | 0 | 111 | 111 | 10101011 | 1001011 | 1000111 |
Color Harmonies of #7CECDB
Complementary color
Monochromatic Colors of #7CECDB
Black with #7CECDB
Text Example
Text Example
White with #7CECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CECDB; }
p { color: rgb(124,236,219); }
H1.HeaderClassName
{
color: #7CECDB;
}
.AnyTagClassName
{
color: #7CECDB;
}
</style>
background-color css
<style>
a { background-color: #7CECDB; }
a { background-color: rgb(124,236,219); }
div.DivClassName
{
background-color: #7CECDB;
}
.BgClassName
{
background-color: #7CECDB;
}
</style>
border-color css
<style>
span { border-color: #7CECDB; }
span { border-color: rgb(124,236,219); }
td.TdClassName
{
border-color: #7CECDB;
}
.TagClassName
{
border-color: #7CECDB;
}
</style>