Shades of Aquamarine #7DFECC
Tints of Aquamarine #7DFECC
RGB
CMYK
RGB Variations
Color information
#7DFECC (or 0x7DFECC) is known color: Aquamarine. HEX triplet: 7D, FE and CC. RGB value is (125,254,204). Sum of RGB (Red+Green+Blue) = 125+254+204=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFECC is #820133. Grayscale: #D1D1D1. Windows color (decimal): -8519988 or 13434493. OLE color: 13434493.
HSL color Cylindrical-coordinate representation of color #7DFECC: hue angle of 156.74º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFECC is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 204 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.00 |
| HSL | 156.74º | 0.98% | 0.74% | - |
| HSV(B) | 156.74º | 0.51% | 1% | - |
| XYZ | 54.8 | 79.6 | 69.6 | - |
| YUV | 209.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 204 | 0.51 | 0 | 0.20 | 0.00 | 156.74 | 0.98 | 0.74 |
| Hex | 7D | FE | CC | 33 | 0 | 14 | 0 | 9D | 62 | 4A |
| Octal | 175 | 376 | 314 | 63 | 0 | 24 | 0 | 235 | 142 | 112 |
| Binary | 1111101 | 11111110 | 11001100 | 110011 | 0 | 10100 | 0 | 10011101 | 1100010 | 1001010 |
Color Harmonies of #7DFECC
Complementary color
Monochromatic Colors of #7DFECC
Black with #7DFECC
Text Example
Text Example
White with #7DFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFECC; }
p { color: rgb(125,254,204); }
H1.HeaderClassName
{
color: #7DFECC;
}
.AnyTagClassName
{
color: #7DFECC;
}
</style>
background-color css
<style>
a { background-color: #7DFECC; }
a { background-color: rgb(125,254,204); }
div.DivClassName
{
background-color: #7DFECC;
}
.BgClassName
{
background-color: #7DFECC;
}
</style>
border-color css
<style>
span { border-color: #7DFECC; }
span { border-color: rgb(125,254,204); }
td.TdClassName
{
border-color: #7DFECC;
}
.TagClassName
{
border-color: #7DFECC;
}
</style>