Shades of Aquamarine #7FF6DC
Tints of Aquamarine #7FF6DC
RGB
CMYK
RGB Variations
Color information
#7FF6DC (or 0x7FF6DC) is known color: Aquamarine. HEX triplet: 7F, F6 and DC. RGB value is (127,246,220). Sum of RGB (Red+Green+Blue) = 127+246+220=593 (78% of max value = 765). Red value is 127 (50% from 255 or 21.42% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF6DC is #800923. Grayscale: #CFCFCF. Windows color (decimal): -8390948 or 14481023. OLE color: 14481023.
HSL color Cylindrical-coordinate representation of color #7FF6DC: hue angle of 166.89º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF6DC is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 246 | 220 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.04 |
| HSL | 166.89º | 0.87% | 0.73% | - |
| HSV(B) | 166.89º | 0.48% | 0.96% | - |
| XYZ | 54.63 | 75.59 | 79.42 | - |
| YUV | 207.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 246 | 220 | 0.48 | 0 | 0.11 | 0.04 | 166.89 | 0.87 | 0.73 |
| Hex | 7F | F6 | DC | 30 | 0 | B | 4 | A7 | 57 | 49 |
| Octal | 177 | 366 | 334 | 60 | 0 | 13 | 4 | 247 | 127 | 111 |
| Binary | 1111111 | 11110110 | 11011100 | 110000 | 0 | 1011 | 100 | 10100111 | 1010111 | 1001001 |
Color Harmonies of #7FF6DC
Complementary color
Monochromatic Colors of #7FF6DC
Black with #7FF6DC
Text Example
Text Example
White with #7FF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF6DC; }
p { color: rgb(127,246,220); }
H1.HeaderClassName
{
color: #7FF6DC;
}
.AnyTagClassName
{
color: #7FF6DC;
}
</style>
background-color css
<style>
a { background-color: #7FF6DC; }
a { background-color: rgb(127,246,220); }
div.DivClassName
{
background-color: #7FF6DC;
}
.BgClassName
{
background-color: #7FF6DC;
}
</style>
border-color css
<style>
span { border-color: #7FF6DC; }
span { border-color: rgb(127,246,220); }
td.TdClassName
{
border-color: #7FF6DC;
}
.TagClassName
{
border-color: #7FF6DC;
}
</style>