Shades of Aquamarine #7CF6DD
Tints of Aquamarine #7CF6DD
RGB
CMYK
RGB Variations
Color information
#7CF6DD (or 0x7CF6DD) is known color: Aquamarine. HEX triplet: 7C, F6 and DD. RGB value is (124,246,221). Sum of RGB (Red+Green+Blue) = 124+246+221=591 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.98% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF6DD is #830922. Grayscale: #CECECE. Windows color (decimal): -8587555 or 14546556. OLE color: 14546556.
HSL color Cylindrical-coordinate representation of color #7CF6DD: hue angle of 167.7º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF6DD is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 246 | 221 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.04 |
| HSL | 167.7º | 0.87% | 0.73% | - |
| HSV(B) | 167.7º | 0.5% | 0.96% | - |
| XYZ | 54.32 | 75.42 | 80.1 | - |
| YUV | 206.67 | 136.08 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 246 | 221 | 0.50 | 0 | 0.10 | 0.04 | 167.7 | 0.87 | 0.73 |
| Hex | 7C | F6 | DD | 32 | 0 | A | 4 | A8 | 57 | 49 |
| Octal | 174 | 366 | 335 | 62 | 0 | 12 | 4 | 250 | 127 | 111 |
| Binary | 1111100 | 11110110 | 11011101 | 110010 | 0 | 1010 | 100 | 10101000 | 1010111 | 1001001 |
Color Harmonies of #7CF6DD
Complementary color
Monochromatic Colors of #7CF6DD
Black with #7CF6DD
Text Example
Text Example
White with #7CF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF6DD; }
p { color: rgb(124,246,221); }
H1.HeaderClassName
{
color: #7CF6DD;
}
.AnyTagClassName
{
color: #7CF6DD;
}
</style>
background-color css
<style>
a { background-color: #7CF6DD; }
a { background-color: rgb(124,246,221); }
div.DivClassName
{
background-color: #7CF6DD;
}
.BgClassName
{
background-color: #7CF6DD;
}
</style>
border-color css
<style>
span { border-color: #7CF6DD; }
span { border-color: rgb(124,246,221); }
td.TdClassName
{
border-color: #7CF6DD;
}
.TagClassName
{
border-color: #7CF6DD;
}
</style>