Shades of Aquamarine #7FF2C2
Tints of Aquamarine #7FF2C2
RGB
CMYK
RGB Variations
Color information
#7FF2C2 (or 0x7FF2C2) is known color: Aquamarine. HEX triplet: 7F, F2 and C2. RGB value is (127,242,194). Sum of RGB (Red+Green+Blue) = 127+242+194=563 (74% of max value = 765). Red value is 127 (50% from 255 or 22.56% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF2C2 is #800D3D. Grayscale: #CACACA. Windows color (decimal): -8391998 or 12776063. OLE color: 12776063.
HSL color Cylindrical-coordinate representation of color #7FF2C2: hue angle of 154.96º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF2C2 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 194 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.05 |
| HSL | 154.96º | 0.82% | 0.72% | - |
| HSV(B) | 154.96º | 0.48% | 0.95% | - |
| XYZ | 50.24 | 71.91 | 62.27 | - |
| YUV | 202.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 194 | 0.48 | 0 | 0.20 | 0.05 | 154.96 | 0.82 | 0.72 |
| Hex | 7F | F2 | C2 | 30 | 0 | 14 | 5 | 9B | 52 | 48 |
| Octal | 177 | 362 | 302 | 60 | 0 | 24 | 5 | 233 | 122 | 110 |
| Binary | 1111111 | 11110010 | 11000010 | 110000 | 0 | 10100 | 101 | 10011011 | 1010010 | 1001000 |
Color Harmonies of #7FF2C2
Complementary color
Monochromatic Colors of #7FF2C2
Black with #7FF2C2
Text Example
Text Example
White with #7FF2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF2C2; }
p { color: rgb(127,242,194); }
H1.HeaderClassName
{
color: #7FF2C2;
}
.AnyTagClassName
{
color: #7FF2C2;
}
</style>
background-color css
<style>
a { background-color: #7FF2C2; }
a { background-color: rgb(127,242,194); }
div.DivClassName
{
background-color: #7FF2C2;
}
.BgClassName
{
background-color: #7FF2C2;
}
</style>
border-color css
<style>
span { border-color: #7FF2C2; }
span { border-color: rgb(127,242,194); }
td.TdClassName
{
border-color: #7FF2C2;
}
.TagClassName
{
border-color: #7FF2C2;
}
</style>