Shades of Aquamarine #7EECDB
Tints of Aquamarine #7EECDB
RGB
CMYK
RGB Variations
Color information
#7EECDB (or 0x7EECDB) is known color: Aquamarine. HEX triplet: 7E, EC and DB. RGB value is (126,236,219). Sum of RGB (Red+Green+Blue) = 126+236+219=581 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.69% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECDB is #811324. Grayscale: #C9C9C9. Windows color (decimal): -8459045 or 14412926. OLE color: 14412926.
HSL color Cylindrical-coordinate representation of color #7EECDB: hue angle of 170.73º degrees, saturation: 0.74, 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 #7EECDB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 219 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.07 |
| HSL | 170.73º | 0.74% | 0.71% | - |
| HSV(B) | 170.73º | 0.47% | 0.93% | - |
| XYZ | 51.39 | 69.54 | 77.73 | - |
| YUV | 201.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 219 | 0.47 | 0 | 0.07 | 0.07 | 170.73 | 0.74 | 0.71 |
| Hex | 7E | EC | DB | 2F | 0 | 7 | 7 | AB | 4A | 47 |
| Octal | 176 | 354 | 333 | 57 | 0 | 7 | 7 | 253 | 112 | 107 |
| Binary | 1111110 | 11101100 | 11011011 | 101111 | 0 | 111 | 111 | 10101011 | 1001010 | 1000111 |
Color Harmonies of #7EECDB
Complementary color
Monochromatic Colors of #7EECDB
Black with #7EECDB
Text Example
Text Example
White with #7EECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECDB; }
p { color: rgb(126,236,219); }
H1.HeaderClassName
{
color: #7EECDB;
}
.AnyTagClassName
{
color: #7EECDB;
}
</style>
background-color css
<style>
a { background-color: #7EECDB; }
a { background-color: rgb(126,236,219); }
div.DivClassName
{
background-color: #7EECDB;
}
.BgClassName
{
background-color: #7EECDB;
}
</style>
border-color css
<style>
span { border-color: #7EECDB; }
span { border-color: rgb(126,236,219); }
td.TdClassName
{
border-color: #7EECDB;
}
.TagClassName
{
border-color: #7EECDB;
}
</style>