Shades of Aquamarine #7FECDA
Tints of Aquamarine #7FECDA
RGB
CMYK
RGB Variations
Color information
#7FECDA (or 0x7FECDA) is known color: Aquamarine. HEX triplet: 7F, EC and DA. RGB value is (127,236,218). Sum of RGB (Red+Green+Blue) = 127+236+218=581 (76% of max value = 765). Red value is 127 (50% from 255 or 21.86% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECDA is #801325. Grayscale: #C9C9C9. Windows color (decimal): -8393510 or 14347391. OLE color: 14347391.
HSL color Cylindrical-coordinate representation of color #7FECDA: hue angle of 170.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FECDA is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 218 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.07 |
| HSL | 170.09º | 0.74% | 0.71% | - |
| HSV(B) | 170.09º | 0.46% | 0.93% | - |
| XYZ | 51.4 | 69.56 | 77.05 | - |
| YUV | 201.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 218 | 0.46 | 0 | 0.08 | 0.07 | 170.09 | 0.74 | 0.71 |
| Hex | 7F | EC | DA | 2E | 0 | 8 | 7 | AA | 4A | 47 |
| Octal | 177 | 354 | 332 | 56 | 0 | 10 | 7 | 252 | 112 | 107 |
| Binary | 1111111 | 11101100 | 11011010 | 101110 | 0 | 1000 | 111 | 10101010 | 1001010 | 1000111 |
Color Harmonies of #7FECDA
Complementary color
Monochromatic Colors of #7FECDA
Black with #7FECDA
Text Example
Text Example
White with #7FECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECDA; }
p { color: rgb(127,236,218); }
H1.HeaderClassName
{
color: #7FECDA;
}
.AnyTagClassName
{
color: #7FECDA;
}
</style>
background-color css
<style>
a { background-color: #7FECDA; }
a { background-color: rgb(127,236,218); }
div.DivClassName
{
background-color: #7FECDA;
}
.BgClassName
{
background-color: #7FECDA;
}
</style>
border-color css
<style>
span { border-color: #7FECDA; }
span { border-color: rgb(127,236,218); }
td.TdClassName
{
border-color: #7FECDA;
}
.TagClassName
{
border-color: #7FECDA;
}
</style>