Shades of Aquamarine #7CFFDC
Tints of Aquamarine #7CFFDC
RGB
CMYK
RGB Variations
Color information
#7CFFDC (or 0x7CFFDC) is known color: Aquamarine. HEX triplet: 7C, FF and DC. RGB value is (124,255,220). Sum of RGB (Red+Green+Blue) = 124+255+220=599 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.70% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFFDC is #830023. Grayscale: #D3D3D3. Windows color (decimal): -8585252 or 14483324. OLE color: 14483324.
HSL color Cylindrical-coordinate representation of color #7CFFDC: hue angle of 163.97º 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 #7CFFDC is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 220 | - |
| CMYK | 0.51 | 0 | 0.14 | 0 |
| HSL | 163.97º | 1% | 0.74% | - |
| HSV(B) | 163.97º | 0.51% | 1% | - |
| XYZ | 56.99 | 80.97 | 80.34 | - |
| YUV | 211.84 | 132.6 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 220 | 0.51 | 0 | 0.14 | 0 | 163.97 | 1 | 0.74 |
| Hex | 7C | FF | DC | 33 | 0 | E | 0 | A4 | 64 | 4A |
| Octal | 174 | 377 | 334 | 63 | 0 | 16 | 0 | 244 | 144 | 112 |
| Binary | 1111100 | 11111111 | 11011100 | 110011 | 0 | 1110 | 0 | 10100100 | 1100100 | 1001010 |
Color Harmonies of #7CFFDC
Complementary color
Monochromatic Colors of #7CFFDC
Black with #7CFFDC
Text Example
Text Example
White with #7CFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFDC; }
p { color: rgb(124,255,220); }
H1.HeaderClassName
{
color: #7CFFDC;
}
.AnyTagClassName
{
color: #7CFFDC;
}
</style>
background-color css
<style>
a { background-color: #7CFFDC; }
a { background-color: rgb(124,255,220); }
div.DivClassName
{
background-color: #7CFFDC;
}
.BgClassName
{
background-color: #7CFFDC;
}
</style>
border-color css
<style>
span { border-color: #7CFFDC; }
span { border-color: rgb(124,255,220); }
td.TdClassName
{
border-color: #7CFFDC;
}
.TagClassName
{
border-color: #7CFFDC;
}
</style>