Shades of Aquamarine #7CFDDD
Tints of Aquamarine #7CFDDD
RGB
CMYK
RGB Variations
Color information
#7CFDDD (or 0x7CFDDD) is known color: Aquamarine. HEX triplet: 7C, FD and DD. RGB value is (124,253,221). Sum of RGB (Red+Green+Blue) = 124+253+221=598 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.74% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFDDD is #830222. Grayscale: #D2D2D2. Windows color (decimal): -8585763 or 14548348. OLE color: 14548348.
HSL color Cylindrical-coordinate representation of color #7CFDDD: hue angle of 165.12º degrees, saturation: 0.97, 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 #7CFDDD is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 253 | 221 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.01 |
| HSL | 165.12º | 0.97% | 0.74% | - |
| HSV(B) | 165.12º | 0.51% | 0.99% | - |
| XYZ | 56.49 | 79.76 | 80.82 | - |
| YUV | 210.78 | 133.76 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 253 | 221 | 0.51 | 0 | 0.13 | 0.01 | 165.12 | 0.97 | 0.74 |
| Hex | 7C | FD | DD | 33 | 0 | D | 1 | A5 | 61 | 4A |
| Octal | 174 | 375 | 335 | 63 | 0 | 15 | 1 | 245 | 141 | 112 |
| Binary | 1111100 | 11111101 | 11011101 | 110011 | 0 | 1101 | 1 | 10100101 | 1100001 | 1001010 |
Color Harmonies of #7CFDDD
Complementary color
Monochromatic Colors of #7CFDDD
Black with #7CFDDD
Text Example
Text Example
White with #7CFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFDDD; }
p { color: rgb(124,253,221); }
H1.HeaderClassName
{
color: #7CFDDD;
}
.AnyTagClassName
{
color: #7CFDDD;
}
</style>
background-color css
<style>
a { background-color: #7CFDDD; }
a { background-color: rgb(124,253,221); }
div.DivClassName
{
background-color: #7CFDDD;
}
.BgClassName
{
background-color: #7CFDDD;
}
</style>
border-color css
<style>
span { border-color: #7CFDDD; }
span { border-color: rgb(124,253,221); }
td.TdClassName
{
border-color: #7CFDDD;
}
.TagClassName
{
border-color: #7CFDDD;
}
</style>