Shades of Aquamarine #7EEDDC
Tints of Aquamarine #7EEDDC
RGB
CMYK
RGB Variations
Color information
#7EEDDC (or 0x7EEDDC) is known color: Aquamarine. HEX triplet: 7E, ED and DC. RGB value is (126,237,220). Sum of RGB (Red+Green+Blue) = 126+237+220=583 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.61% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEDDC is #811223. Grayscale: #C9C9C9. Windows color (decimal): -8458788 or 14478718. OLE color: 14478718.
HSL color Cylindrical-coordinate representation of color #7EEDDC: hue angle of 170.81º degrees, saturation: 0.76, 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 #7EEDDC is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 237 | 220 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.07 |
| HSL | 170.81º | 0.76% | 0.71% | - |
| HSV(B) | 170.81º | 0.47% | 0.93% | - |
| XYZ | 51.81 | 70.17 | 78.52 | - |
| YUV | 201.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 237 | 220 | 0.47 | 0 | 0.07 | 0.07 | 170.81 | 0.76 | 0.71 |
| Hex | 7E | ED | DC | 2F | 0 | 7 | 7 | AB | 4C | 47 |
| Octal | 176 | 355 | 334 | 57 | 0 | 7 | 7 | 253 | 114 | 107 |
| Binary | 1111110 | 11101101 | 11011100 | 101111 | 0 | 111 | 111 | 10101011 | 1001100 | 1000111 |
Color Harmonies of #7EEDDC
Complementary color
Monochromatic Colors of #7EEDDC
Black with #7EEDDC
Text Example
Text Example
White with #7EEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEDDC; }
p { color: rgb(126,237,220); }
H1.HeaderClassName
{
color: #7EEDDC;
}
.AnyTagClassName
{
color: #7EEDDC;
}
</style>
background-color css
<style>
a { background-color: #7EEDDC; }
a { background-color: rgb(126,237,220); }
div.DivClassName
{
background-color: #7EEDDC;
}
.BgClassName
{
background-color: #7EEDDC;
}
</style>
border-color css
<style>
span { border-color: #7EEDDC; }
span { border-color: rgb(126,237,220); }
td.TdClassName
{
border-color: #7EEDDC;
}
.TagClassName
{
border-color: #7EEDDC;
}
</style>