Shades of Aquamarine #7CF0DC
Tints of Aquamarine #7CF0DC
RGB
CMYK
RGB Variations
Color information
#7CF0DC (or 0x7CF0DC) is known color: Aquamarine. HEX triplet: 7C, F0 and DC. RGB value is (124,240,220). Sum of RGB (Red+Green+Blue) = 124+240+220=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF0DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF0DC is #830F23. Grayscale: #CACACA. Windows color (decimal): -8589092 or 14479484. OLE color: 14479484.
HSL color Cylindrical-coordinate representation of color #7CF0DC: hue angle of 169.66º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CF0DC is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 220 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.06 |
| HSL | 169.66º | 0.79% | 0.71% | - |
| HSV(B) | 169.66º | 0.48% | 0.94% | - |
| XYZ | 52.39 | 71.77 | 78.8 | - |
| YUV | 203.04 | 137.57 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 220 | 0.48 | 0 | 0.08 | 0.06 | 169.66 | 0.79 | 0.71 |
| Hex | 7C | F0 | DC | 30 | 0 | 8 | 6 | AA | 4F | 47 |
| Octal | 174 | 360 | 334 | 60 | 0 | 10 | 6 | 252 | 117 | 107 |
| Binary | 1111100 | 11110000 | 11011100 | 110000 | 0 | 1000 | 110 | 10101010 | 1001111 | 1000111 |
Color Harmonies of #7CF0DC
Complementary color
Monochromatic Colors of #7CF0DC
Black with #7CF0DC
Text Example
Text Example
White with #7CF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF0DC; }
p { color: rgb(124,240,220); }
H1.HeaderClassName
{
color: #7CF0DC;
}
.AnyTagClassName
{
color: #7CF0DC;
}
</style>
background-color css
<style>
a { background-color: #7CF0DC; }
a { background-color: rgb(124,240,220); }
div.DivClassName
{
background-color: #7CF0DC;
}
.BgClassName
{
background-color: #7CF0DC;
}
</style>
border-color css
<style>
span { border-color: #7CF0DC; }
span { border-color: rgb(124,240,220); }
td.TdClassName
{
border-color: #7CF0DC;
}
.TagClassName
{
border-color: #7CF0DC;
}
</style>