Shades of Aquamarine #7CFAC1
Tints of Aquamarine #7CFAC1
RGB
CMYK
RGB Variations
Color information
#7CFAC1 (or 0x7CFAC1) is known color: Aquamarine. HEX triplet: 7C, FA and C1. RGB value is (124,250,193). Sum of RGB (Red+Green+Blue) = 124+250+193=567 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.87% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFAC1 is #83053E. Grayscale: #CDCDCD. Windows color (decimal): -8586559 or 12712572. OLE color: 12712572.
HSL color Cylindrical-coordinate representation of color #7CFAC1: hue angle of 152.86º 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 #7CFAC1 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 193 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.02 |
| HSL | 152.86º | 0.93% | 0.73% | - |
| HSV(B) | 152.86º | 0.5% | 0.98% | - |
| XYZ | 52.12 | 76.51 | 62.47 | - |
| YUV | 205.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 193 | 0.50 | 0 | 0.23 | 0.02 | 152.86 | 0.93 | 0.73 |
| Hex | 7C | FA | C1 | 32 | 0 | 17 | 2 | 99 | 5D | 49 |
| Octal | 174 | 372 | 301 | 62 | 0 | 27 | 2 | 231 | 135 | 111 |
| Binary | 1111100 | 11111010 | 11000001 | 110010 | 0 | 10111 | 10 | 10011001 | 1011101 | 1001001 |
Color Harmonies of #7CFAC1
Complementary color
Monochromatic Colors of #7CFAC1
Black with #7CFAC1
Text Example
Text Example
White with #7CFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFAC1; }
p { color: rgb(124,250,193); }
H1.HeaderClassName
{
color: #7CFAC1;
}
.AnyTagClassName
{
color: #7CFAC1;
}
</style>
background-color css
<style>
a { background-color: #7CFAC1; }
a { background-color: rgb(124,250,193); }
div.DivClassName
{
background-color: #7CFAC1;
}
.BgClassName
{
background-color: #7CFAC1;
}
</style>
border-color css
<style>
span { border-color: #7CFAC1; }
span { border-color: rgb(124,250,193); }
td.TdClassName
{
border-color: #7CFAC1;
}
.TagClassName
{
border-color: #7CFAC1;
}
</style>