Shades of Aquamarine #7CFCC1
Tints of Aquamarine #7CFCC1
RGB
CMYK
RGB Variations
Color information
#7CFCC1 (or 0x7CFCC1) is known color: Aquamarine. HEX triplet: 7C, FC and C1. RGB value is (124,252,193). Sum of RGB (Red+Green+Blue) = 124+252+193=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCC1 is #83033E. Grayscale: #CFCFCF. Windows color (decimal): -8586047 or 12713084. OLE color: 12713084.
HSL color Cylindrical-coordinate representation of color #7CFCC1: hue angle of 152.34º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFCC1 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 193 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.01 |
| HSL | 152.34º | 0.96% | 0.74% | - |
| HSV(B) | 152.34º | 0.51% | 0.99% | - |
| XYZ | 52.75 | 77.76 | 62.68 | - |
| YUV | 207 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 193 | 0.51 | 0 | 0.23 | 0.01 | 152.34 | 0.96 | 0.74 |
| Hex | 7C | FC | C1 | 33 | 0 | 17 | 1 | 98 | 60 | 4A |
| Octal | 174 | 374 | 301 | 63 | 0 | 27 | 1 | 230 | 140 | 112 |
| Binary | 1111100 | 11111100 | 11000001 | 110011 | 0 | 10111 | 1 | 10011000 | 1100000 | 1001010 |
Color Harmonies of #7CFCC1
Complementary color
Monochromatic Colors of #7CFCC1
Black with #7CFCC1
Text Example
Text Example
White with #7CFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCC1; }
p { color: rgb(124,252,193); }
H1.HeaderClassName
{
color: #7CFCC1;
}
.AnyTagClassName
{
color: #7CFCC1;
}
</style>
background-color css
<style>
a { background-color: #7CFCC1; }
a { background-color: rgb(124,252,193); }
div.DivClassName
{
background-color: #7CFCC1;
}
.BgClassName
{
background-color: #7CFCC1;
}
</style>
border-color css
<style>
span { border-color: #7CFCC1; }
span { border-color: rgb(124,252,193); }
td.TdClassName
{
border-color: #7CFCC1;
}
.TagClassName
{
border-color: #7CFCC1;
}
</style>