Shades of Aquamarine #7FECDF
Tints of Aquamarine #7FECDF
RGB
CMYK
RGB Variations
Color information
#7FECDF (or 0x7FECDF) is known color: Aquamarine. HEX triplet: 7F, EC and DF. RGB value is (127,236,223). Sum of RGB (Red+Green+Blue) = 127+236+223=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECDF is #801320. Grayscale: #C9C9C9. Windows color (decimal): -8393505 or 14675071. OLE color: 14675071.
HSL color Cylindrical-coordinate representation of color #7FECDF: hue angle of 172.84º 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 #7FECDF is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 223 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.07 |
| HSL | 172.84º | 0.74% | 0.71% | - |
| HSV(B) | 172.84º | 0.46% | 0.93% | - |
| XYZ | 52.07 | 69.83 | 80.55 | - |
| YUV | 201.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 223 | 0.46 | 0 | 0.06 | 0.07 | 172.84 | 0.74 | 0.71 |
| Hex | 7F | EC | DF | 2E | 0 | 6 | 7 | AD | 4A | 47 |
| Octal | 177 | 354 | 337 | 56 | 0 | 6 | 7 | 255 | 112 | 107 |
| Binary | 1111111 | 11101100 | 11011111 | 101110 | 0 | 110 | 111 | 10101101 | 1001010 | 1000111 |
Color Harmonies of #7FECDF
Complementary color
Monochromatic Colors of #7FECDF
Black with #7FECDF
Text Example
Text Example
White with #7FECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECDF; }
p { color: rgb(127,236,223); }
H1.HeaderClassName
{
color: #7FECDF;
}
.AnyTagClassName
{
color: #7FECDF;
}
</style>
background-color css
<style>
a { background-color: #7FECDF; }
a { background-color: rgb(127,236,223); }
div.DivClassName
{
background-color: #7FECDF;
}
.BgClassName
{
background-color: #7FECDF;
}
</style>
border-color css
<style>
span { border-color: #7FECDF; }
span { border-color: rgb(127,236,223); }
td.TdClassName
{
border-color: #7FECDF;
}
.TagClassName
{
border-color: #7FECDF;
}
</style>