Shades of Aquamarine #7CFACD
Tints of Aquamarine #7CFACD
RGB
CMYK
RGB Variations
Color information
#7CFACD (or 0x7CFACD) is known color: Aquamarine. HEX triplet: 7C, FA and CD. RGB value is (124,250,205). Sum of RGB (Red+Green+Blue) = 124+250+205=579 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.42% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFACD is #830532. Grayscale: #CFCFCF. Windows color (decimal): -8586547 or 13499004. OLE color: 13499004.
HSL color Cylindrical-coordinate representation of color #7CFACD: hue angle of 158.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CFACD is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 205 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.02 |
| HSL | 158.57º | 0.93% | 0.73% | - |
| HSV(B) | 158.57º | 0.5% | 0.98% | - |
| XYZ | 53.52 | 77.06 | 69.81 | - |
| YUV | 207.2 | 126.76 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 205 | 0.50 | 0 | 0.18 | 0.02 | 158.57 | 0.93 | 0.73 |
| Hex | 7C | FA | CD | 32 | 0 | 12 | 2 | 9F | 5D | 49 |
| Octal | 174 | 372 | 315 | 62 | 0 | 22 | 2 | 237 | 135 | 111 |
| Binary | 1111100 | 11111010 | 11001101 | 110010 | 0 | 10010 | 10 | 10011111 | 1011101 | 1001001 |
Color Harmonies of #7CFACD
Complementary color
Monochromatic Colors of #7CFACD
Black with #7CFACD
Text Example
Text Example
White with #7CFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFACD; }
p { color: rgb(124,250,205); }
H1.HeaderClassName
{
color: #7CFACD;
}
.AnyTagClassName
{
color: #7CFACD;
}
</style>
background-color css
<style>
a { background-color: #7CFACD; }
a { background-color: rgb(124,250,205); }
div.DivClassName
{
background-color: #7CFACD;
}
.BgClassName
{
background-color: #7CFACD;
}
</style>
border-color css
<style>
span { border-color: #7CFACD; }
span { border-color: rgb(124,250,205); }
td.TdClassName
{
border-color: #7CFACD;
}
.TagClassName
{
border-color: #7CFACD;
}
</style>