Shades of Aquamarine #7CFFDD
Tints of Aquamarine #7CFFDD
RGB
CMYK
RGB Variations
Color information
#7CFFDD (or 0x7CFFDD) is known color: Aquamarine. HEX triplet: 7C, FF and DD. RGB value is (124,255,221). Sum of RGB (Red+Green+Blue) = 124+255+221=600 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.67% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFFDD is #830022. Grayscale: #D3D3D3. Windows color (decimal): -8585251 or 14548860. OLE color: 14548860.
HSL color Cylindrical-coordinate representation of color #7CFFDD: hue angle of 164.43º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFDD is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 221 | - |
| CMYK | 0.51 | 0 | 0.13 | 0 |
| HSL | 164.43º | 1% | 0.74% | - |
| HSV(B) | 164.43º | 0.51% | 1% | - |
| XYZ | 57.12 | 81.03 | 81.04 | - |
| YUV | 211.96 | 133.1 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 221 | 0.51 | 0 | 0.13 | 0 | 164.43 | 1 | 0.74 |
| Hex | 7C | FF | DD | 33 | 0 | D | 0 | A4 | 64 | 4A |
| Octal | 174 | 377 | 335 | 63 | 0 | 15 | 0 | 244 | 144 | 112 |
| Binary | 1111100 | 11111111 | 11011101 | 110011 | 0 | 1101 | 0 | 10100100 | 1100100 | 1001010 |
Color Harmonies of #7CFFDD
Complementary color
Monochromatic Colors of #7CFFDD
Black with #7CFFDD
Text Example
Text Example
White with #7CFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFDD; }
p { color: rgb(124,255,221); }
H1.HeaderClassName
{
color: #7CFFDD;
}
.AnyTagClassName
{
color: #7CFFDD;
}
</style>
background-color css
<style>
a { background-color: #7CFFDD; }
a { background-color: rgb(124,255,221); }
div.DivClassName
{
background-color: #7CFFDD;
}
.BgClassName
{
background-color: #7CFFDD;
}
</style>
border-color css
<style>
span { border-color: #7CFFDD; }
span { border-color: rgb(124,255,221); }
td.TdClassName
{
border-color: #7CFFDD;
}
.TagClassName
{
border-color: #7CFFDD;
}
</style>