Shades of Aquamarine #7FECCE
Tints of Aquamarine #7FECCE
RGB
CMYK
RGB Variations
Color information
#7FECCE (or 0x7FECCE) is known color: Aquamarine. HEX triplet: 7F, EC and CE. RGB value is (127,236,206). Sum of RGB (Red+Green+Blue) = 127+236+206=569 (75% of max value = 765). Red value is 127 (50% from 255 or 22.32% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECCE is #801331. Grayscale: #C7C7C7. Windows color (decimal): -8393522 or 13560959. OLE color: 13560959.
HSL color Cylindrical-coordinate representation of color #7FECCE: hue angle of 163.49º 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 #7FECCE is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 206 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.07 |
| HSL | 163.49º | 0.74% | 0.71% | - |
| HSV(B) | 163.49º | 0.46% | 0.93% | - |
| XYZ | 49.89 | 68.96 | 69.07 | - |
| YUV | 199.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 206 | 0.46 | 0 | 0.13 | 0.07 | 163.49 | 0.74 | 0.71 |
| Hex | 7F | EC | CE | 2E | 0 | D | 7 | A3 | 4A | 47 |
| Octal | 177 | 354 | 316 | 56 | 0 | 15 | 7 | 243 | 112 | 107 |
| Binary | 1111111 | 11101100 | 11001110 | 101110 | 0 | 1101 | 111 | 10100011 | 1001010 | 1000111 |
Color Harmonies of #7FECCE
Complementary color
Monochromatic Colors of #7FECCE
Black with #7FECCE
Text Example
Text Example
White with #7FECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECCE; }
p { color: rgb(127,236,206); }
H1.HeaderClassName
{
color: #7FECCE;
}
.AnyTagClassName
{
color: #7FECCE;
}
</style>
background-color css
<style>
a { background-color: #7FECCE; }
a { background-color: rgb(127,236,206); }
div.DivClassName
{
background-color: #7FECCE;
}
.BgClassName
{
background-color: #7FECCE;
}
</style>
border-color css
<style>
span { border-color: #7FECCE; }
span { border-color: rgb(127,236,206); }
td.TdClassName
{
border-color: #7FECCE;
}
.TagClassName
{
border-color: #7FECCE;
}
</style>