Shades of Aquamarine #7CFCDF
Tints of Aquamarine #7CFCDF
RGB
CMYK
RGB Variations
Color information
#7CFCDF (or 0x7CFCDF) is known color: Aquamarine. HEX triplet: 7C, FC and DF. RGB value is (124,252,223). Sum of RGB (Red+Green+Blue) = 124+252+223=599 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.70% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCDF is #830320. Grayscale: #D2D2D2. Windows color (decimal): -8586017 or 14679164. OLE color: 14679164.
HSL color Cylindrical-coordinate representation of color #7CFCDF: hue angle of 166.41º 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 #7CFCDF is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 223 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.01 |
| HSL | 166.41º | 0.96% | 0.74% | - |
| HSV(B) | 166.41º | 0.51% | 0.99% | - |
| XYZ | 56.44 | 79.23 | 82.13 | - |
| YUV | 210.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 223 | 0.51 | 0 | 0.12 | 0.01 | 166.41 | 0.96 | 0.74 |
| Hex | 7C | FC | DF | 33 | 0 | C | 1 | A6 | 60 | 4A |
| Octal | 174 | 374 | 337 | 63 | 0 | 14 | 1 | 246 | 140 | 112 |
| Binary | 1111100 | 11111100 | 11011111 | 110011 | 0 | 1100 | 1 | 10100110 | 1100000 | 1001010 |
Color Harmonies of #7CFCDF
Complementary color
Monochromatic Colors of #7CFCDF
Black with #7CFCDF
Text Example
Text Example
White with #7CFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCDF; }
p { color: rgb(124,252,223); }
H1.HeaderClassName
{
color: #7CFCDF;
}
.AnyTagClassName
{
color: #7CFCDF;
}
</style>
background-color css
<style>
a { background-color: #7CFCDF; }
a { background-color: rgb(124,252,223); }
div.DivClassName
{
background-color: #7CFCDF;
}
.BgClassName
{
background-color: #7CFCDF;
}
</style>
border-color css
<style>
span { border-color: #7CFCDF; }
span { border-color: rgb(124,252,223); }
td.TdClassName
{
border-color: #7CFCDF;
}
.TagClassName
{
border-color: #7CFCDF;
}
</style>