Shades of Aquamarine #7CFACB
Tints of Aquamarine #7CFACB
RGB
CMYK
RGB Variations
Color information
#7CFACB (or 0x7CFACB) is known color: Aquamarine. HEX triplet: 7C, FA and CB. RGB value is (124,250,203). Sum of RGB (Red+Green+Blue) = 124+250+203=577 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.49% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFACB is #830534. Grayscale: #CFCFCF. Windows color (decimal): -8586549 or 13367932. OLE color: 13367932.
HSL color Cylindrical-coordinate representation of color #7CFACB: hue angle of 157.62º 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 #7CFACB is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 203 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.02 |
| HSL | 157.62º | 0.93% | 0.73% | - |
| HSV(B) | 157.62º | 0.5% | 0.98% | - |
| XYZ | 53.28 | 76.97 | 68.55 | - |
| YUV | 206.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 203 | 0.50 | 0 | 0.19 | 0.02 | 157.62 | 0.93 | 0.73 |
| Hex | 7C | FA | CB | 32 | 0 | 13 | 2 | 9E | 5D | 49 |
| Octal | 174 | 372 | 313 | 62 | 0 | 23 | 2 | 236 | 135 | 111 |
| Binary | 1111100 | 11111010 | 11001011 | 110010 | 0 | 10011 | 10 | 10011110 | 1011101 | 1001001 |
Color Harmonies of #7CFACB
Complementary color
Monochromatic Colors of #7CFACB
Black with #7CFACB
Text Example
Text Example
White with #7CFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFACB; }
p { color: rgb(124,250,203); }
H1.HeaderClassName
{
color: #7CFACB;
}
.AnyTagClassName
{
color: #7CFACB;
}
</style>
background-color css
<style>
a { background-color: #7CFACB; }
a { background-color: rgb(124,250,203); }
div.DivClassName
{
background-color: #7CFACB;
}
.BgClassName
{
background-color: #7CFACB;
}
</style>
border-color css
<style>
span { border-color: #7CFACB; }
span { border-color: rgb(124,250,203); }
td.TdClassName
{
border-color: #7CFACB;
}
.TagClassName
{
border-color: #7CFACB;
}
</style>