Shades of Aquamarine #7CF1DC
Tints of Aquamarine #7CF1DC
RGB
CMYK
RGB Variations
Color information
#7CF1DC (or 0x7CF1DC) is known color: Aquamarine. HEX triplet: 7C, F1 and DC. RGB value is (124,241,220). Sum of RGB (Red+Green+Blue) = 124+241+220=585 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.20% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF1DC is #830E23. Grayscale: #CBCBCB. Windows color (decimal): -8588836 or 14479740. OLE color: 14479740.
HSL color Cylindrical-coordinate representation of color #7CF1DC: hue angle of 169.23º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF1DC is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 220 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.05 |
| HSL | 169.23º | 0.81% | 0.72% | - |
| HSV(B) | 169.23º | 0.49% | 0.95% | - |
| XYZ | 52.69 | 72.36 | 78.9 | - |
| YUV | 203.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 220 | 0.49 | 0 | 0.09 | 0.05 | 169.23 | 0.81 | 0.72 |
| Hex | 7C | F1 | DC | 31 | 0 | 9 | 5 | A9 | 51 | 48 |
| Octal | 174 | 361 | 334 | 61 | 0 | 11 | 5 | 251 | 121 | 110 |
| Binary | 1111100 | 11110001 | 11011100 | 110001 | 0 | 1001 | 101 | 10101001 | 1010001 | 1001000 |
Color Harmonies of #7CF1DC
Complementary color
Monochromatic Colors of #7CF1DC
Black with #7CF1DC
Text Example
Text Example
White with #7CF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF1DC; }
p { color: rgb(124,241,220); }
H1.HeaderClassName
{
color: #7CF1DC;
}
.AnyTagClassName
{
color: #7CF1DC;
}
</style>
background-color css
<style>
a { background-color: #7CF1DC; }
a { background-color: rgb(124,241,220); }
div.DivClassName
{
background-color: #7CF1DC;
}
.BgClassName
{
background-color: #7CF1DC;
}
</style>
border-color css
<style>
span { border-color: #7CF1DC; }
span { border-color: rgb(124,241,220); }
td.TdClassName
{
border-color: #7CF1DC;
}
.TagClassName
{
border-color: #7CF1DC;
}
</style>