Shades of Aquamarine #7CFCDD
Tints of Aquamarine #7CFCDD
RGB
CMYK
RGB Variations
Color information
#7CFCDD (or 0x7CFCDD) is known color: Aquamarine. HEX triplet: 7C, FC and DD. RGB value is (124,252,221). Sum of RGB (Red+Green+Blue) = 124+252+221=597 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.77% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCDD is #830322. Grayscale: #D2D2D2. Windows color (decimal): -8586019 or 14548092. OLE color: 14548092.
HSL color Cylindrical-coordinate representation of color #7CFCDD: hue angle of 165.47º 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 #7CFCDD is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 221 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.01 |
| HSL | 165.47º | 0.96% | 0.74% | - |
| HSV(B) | 165.47º | 0.51% | 0.99% | - |
| XYZ | 56.17 | 79.13 | 80.72 | - |
| YUV | 210.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 221 | 0.51 | 0 | 0.12 | 0.01 | 165.47 | 0.96 | 0.74 |
| Hex | 7C | FC | DD | 33 | 0 | C | 1 | A5 | 60 | 4A |
| Octal | 174 | 374 | 335 | 63 | 0 | 14 | 1 | 245 | 140 | 112 |
| Binary | 1111100 | 11111100 | 11011101 | 110011 | 0 | 1100 | 1 | 10100101 | 1100000 | 1001010 |
Color Harmonies of #7CFCDD
Complementary color
Monochromatic Colors of #7CFCDD
Black with #7CFCDD
Text Example
Text Example
White with #7CFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCDD; }
p { color: rgb(124,252,221); }
H1.HeaderClassName
{
color: #7CFCDD;
}
.AnyTagClassName
{
color: #7CFCDD;
}
</style>
background-color css
<style>
a { background-color: #7CFCDD; }
a { background-color: rgb(124,252,221); }
div.DivClassName
{
background-color: #7CFCDD;
}
.BgClassName
{
background-color: #7CFCDD;
}
</style>
border-color css
<style>
span { border-color: #7CFCDD; }
span { border-color: rgb(124,252,221); }
td.TdClassName
{
border-color: #7CFCDD;
}
.TagClassName
{
border-color: #7CFCDD;
}
</style>