Shades of Aquamarine #7CFCD5
Tints of Aquamarine #7CFCD5
RGB
CMYK
RGB Variations
Color information
#7CFCD5 (or 0x7CFCD5) is known color: Aquamarine. HEX triplet: 7C, FC and D5. RGB value is (124,252,213). Sum of RGB (Red+Green+Blue) = 124+252+213=589 (78% of max value = 765). Red value is 124 (48.83% from 255 or 21.05% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCD5 is #83032A. Grayscale: #D1D1D1. Windows color (decimal): -8586027 or 14023804. OLE color: 14023804.
HSL color Cylindrical-coordinate representation of color #7CFCD5: hue angle of 161.72º 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 #7CFCD5 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 213 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.01 |
| HSL | 161.72º | 0.96% | 0.74% | - |
| HSV(B) | 161.72º | 0.51% | 0.99% | - |
| XYZ | 55.13 | 78.71 | 75.24 | - |
| YUV | 209.28 | 130.09 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 213 | 0.51 | 0 | 0.15 | 0.01 | 161.72 | 0.96 | 0.74 |
| Hex | 7C | FC | D5 | 33 | 0 | F | 1 | A2 | 60 | 4A |
| Octal | 174 | 374 | 325 | 63 | 0 | 17 | 1 | 242 | 140 | 112 |
| Binary | 1111100 | 11111100 | 11010101 | 110011 | 0 | 1111 | 1 | 10100010 | 1100000 | 1001010 |
Color Harmonies of #7CFCD5
Complementary color
Monochromatic Colors of #7CFCD5
Black with #7CFCD5
Text Example
Text Example
White with #7CFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCD5; }
p { color: rgb(124,252,213); }
H1.HeaderClassName
{
color: #7CFCD5;
}
.AnyTagClassName
{
color: #7CFCD5;
}
</style>
background-color css
<style>
a { background-color: #7CFCD5; }
a { background-color: rgb(124,252,213); }
div.DivClassName
{
background-color: #7CFCD5;
}
.BgClassName
{
background-color: #7CFCD5;
}
</style>
border-color css
<style>
span { border-color: #7CFCD5; }
span { border-color: rgb(124,252,213); }
td.TdClassName
{
border-color: #7CFCD5;
}
.TagClassName
{
border-color: #7CFCD5;
}
</style>