Shades of Aquamarine #7FEDC2
Tints of Aquamarine #7FEDC2
RGB
CMYK
RGB Variations
Color information
#7FEDC2 (or 0x7FEDC2) is known color: Aquamarine. HEX triplet: 7F, ED and C2. RGB value is (127,237,194). Sum of RGB (Red+Green+Blue) = 127+237+194=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDC2 is #80123D. Grayscale: #C7C7C7. Windows color (decimal): -8393278 or 12774783. OLE color: 12774783.
HSL color Cylindrical-coordinate representation of color #7FEDC2: hue angle of 156.55º degrees, saturation: 0.75, 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 #7FEDC2 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 194 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.07 |
| HSL | 156.55º | 0.75% | 0.71% | - |
| HSV(B) | 156.55º | 0.46% | 0.93% | - |
| XYZ | 48.77 | 68.98 | 61.78 | - |
| YUV | 199.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 194 | 0.46 | 0 | 0.18 | 0.07 | 156.55 | 0.75 | 0.71 |
| Hex | 7F | ED | C2 | 2E | 0 | 12 | 7 | 9D | 4B | 47 |
| Octal | 177 | 355 | 302 | 56 | 0 | 22 | 7 | 235 | 113 | 107 |
| Binary | 1111111 | 11101101 | 11000010 | 101110 | 0 | 10010 | 111 | 10011101 | 1001011 | 1000111 |
Color Harmonies of #7FEDC2
Complementary color
Monochromatic Colors of #7FEDC2
Black with #7FEDC2
Text Example
Text Example
White with #7FEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEDC2; }
p { color: rgb(127,237,194); }
H1.HeaderClassName
{
color: #7FEDC2;
}
.AnyTagClassName
{
color: #7FEDC2;
}
</style>
background-color css
<style>
a { background-color: #7FEDC2; }
a { background-color: rgb(127,237,194); }
div.DivClassName
{
background-color: #7FEDC2;
}
.BgClassName
{
background-color: #7FEDC2;
}
</style>
border-color css
<style>
span { border-color: #7FEDC2; }
span { border-color: rgb(127,237,194); }
td.TdClassName
{
border-color: #7FEDC2;
}
.TagClassName
{
border-color: #7FEDC2;
}
</style>