Shades of Aquamarine #7FECDE
Tints of Aquamarine #7FECDE
RGB
CMYK
RGB Variations
Color information
#7FECDE (or 0x7FECDE) is known color: Aquamarine. HEX triplet: 7F, EC and DE. RGB value is (127,236,222). Sum of RGB (Red+Green+Blue) = 127+236+222=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECDE is #801321. Grayscale: #C9C9C9. Windows color (decimal): -8393506 or 14609535. OLE color: 14609535.
HSL color Cylindrical-coordinate representation of color #7FECDE: hue angle of 172.29º 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 #7FECDE is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 222 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.07 |
| HSL | 172.29º | 0.74% | 0.71% | - |
| HSV(B) | 172.29º | 0.46% | 0.93% | - |
| XYZ | 51.93 | 69.78 | 79.84 | - |
| YUV | 201.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 222 | 0.46 | 0 | 0.06 | 0.07 | 172.29 | 0.74 | 0.71 |
| Hex | 7F | EC | DE | 2E | 0 | 6 | 7 | AC | 4A | 47 |
| Octal | 177 | 354 | 336 | 56 | 0 | 6 | 7 | 254 | 112 | 107 |
| Binary | 1111111 | 11101100 | 11011110 | 101110 | 0 | 110 | 111 | 10101100 | 1001010 | 1000111 |
Color Harmonies of #7FECDE
Complementary color
Monochromatic Colors of #7FECDE
Black with #7FECDE
Text Example
Text Example
White with #7FECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECDE; }
p { color: rgb(127,236,222); }
H1.HeaderClassName
{
color: #7FECDE;
}
.AnyTagClassName
{
color: #7FECDE;
}
</style>
background-color css
<style>
a { background-color: #7FECDE; }
a { background-color: rgb(127,236,222); }
div.DivClassName
{
background-color: #7FECDE;
}
.BgClassName
{
background-color: #7FECDE;
}
</style>
border-color css
<style>
span { border-color: #7FECDE; }
span { border-color: rgb(127,236,222); }
td.TdClassName
{
border-color: #7FECDE;
}
.TagClassName
{
border-color: #7FECDE;
}
</style>