Shades of Aquamarine #7FF2DC
Tints of Aquamarine #7FF2DC
RGB
CMYK
RGB Variations
Color information
#7FF2DC (or 0x7FF2DC) is known color: Aquamarine. HEX triplet: 7F, F2 and DC. RGB value is (127,242,220). Sum of RGB (Red+Green+Blue) = 127+242+220=589 (78% of max value = 765). Red value is 127 (50% from 255 or 21.56% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF2DC is #800D23. Grayscale: #CDCDCD. Windows color (decimal): -8391972 or 14479999. OLE color: 14479999.
HSL color Cylindrical-coordinate representation of color #7FF2DC: hue angle of 168.52º 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 #7FF2DC is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 220 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.05 |
| HSL | 168.52º | 0.82% | 0.72% | - |
| HSV(B) | 168.52º | 0.48% | 0.95% | - |
| XYZ | 53.42 | 73.18 | 79.02 | - |
| YUV | 205.11 | 136.4 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 220 | 0.48 | 0 | 0.09 | 0.05 | 168.52 | 0.82 | 0.72 |
| Hex | 7F | F2 | DC | 30 | 0 | 9 | 5 | A9 | 52 | 48 |
| Octal | 177 | 362 | 334 | 60 | 0 | 11 | 5 | 251 | 122 | 110 |
| Binary | 1111111 | 11110010 | 11011100 | 110000 | 0 | 1001 | 101 | 10101001 | 1010010 | 1001000 |
Color Harmonies of #7FF2DC
Complementary color
Monochromatic Colors of #7FF2DC
Black with #7FF2DC
Text Example
Text Example
White with #7FF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF2DC; }
p { color: rgb(127,242,220); }
H1.HeaderClassName
{
color: #7FF2DC;
}
.AnyTagClassName
{
color: #7FF2DC;
}
</style>
background-color css
<style>
a { background-color: #7FF2DC; }
a { background-color: rgb(127,242,220); }
div.DivClassName
{
background-color: #7FF2DC;
}
.BgClassName
{
background-color: #7FF2DC;
}
</style>
border-color css
<style>
span { border-color: #7FF2DC; }
span { border-color: rgb(127,242,220); }
td.TdClassName
{
border-color: #7FF2DC;
}
.TagClassName
{
border-color: #7FF2DC;
}
</style>