Shades of Aquamarine #7FECE0
Tints of Aquamarine #7FECE0
RGB
CMYK
RGB Variations
Color information
#7FECE0 (or 0x7FECE0) is known color: Aquamarine. HEX triplet: 7F, EC and E0. RGB value is (127,236,224). Sum of RGB (Red+Green+Blue) = 127+236+224=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECE0 is #80131F. Grayscale: #C9C9C9. Windows color (decimal): -8393504 or 14740607. OLE color: 14740607.
HSL color Cylindrical-coordinate representation of color #7FECE0: hue angle of 173.39º 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 #7FECE0 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 224 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.07 |
| HSL | 173.39º | 0.74% | 0.71% | - |
| HSV(B) | 173.39º | 0.46% | 0.93% | - |
| XYZ | 52.2 | 69.88 | 81.26 | - |
| YUV | 202.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 224 | 0.46 | 0 | 0.05 | 0.07 | 173.39 | 0.74 | 0.71 |
| Hex | 7F | EC | E0 | 2E | 0 | 5 | 7 | AD | 4A | 47 |
| Octal | 177 | 354 | 340 | 56 | 0 | 5 | 7 | 255 | 112 | 107 |
| Binary | 1111111 | 11101100 | 11100000 | 101110 | 0 | 101 | 111 | 10101101 | 1001010 | 1000111 |
Color Harmonies of #7FECE0
Complementary color
Monochromatic Colors of #7FECE0
Black with #7FECE0
Text Example
Text Example
White with #7FECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECE0; }
p { color: rgb(127,236,224); }
H1.HeaderClassName
{
color: #7FECE0;
}
.AnyTagClassName
{
color: #7FECE0;
}
</style>
background-color css
<style>
a { background-color: #7FECE0; }
a { background-color: rgb(127,236,224); }
div.DivClassName
{
background-color: #7FECE0;
}
.BgClassName
{
background-color: #7FECE0;
}
</style>
border-color css
<style>
span { border-color: #7FECE0; }
span { border-color: rgb(127,236,224); }
td.TdClassName
{
border-color: #7FECE0;
}
.TagClassName
{
border-color: #7FECE0;
}
</style>