Shades of Aquamarine #7DFCE0
Tints of Aquamarine #7DFCE0
RGB
CMYK
RGB Variations
Color information
#7DFCE0 (or 0x7DFCE0) is known color: Aquamarine. HEX triplet: 7D, FC and E0. RGB value is (125,252,224). Sum of RGB (Red+Green+Blue) = 125+252+224=601 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.80% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFCE0 is #82031F. Grayscale: #D2D2D2. Windows color (decimal): -8520480 or 14744701. OLE color: 14744701.
HSL color Cylindrical-coordinate representation of color #7DFCE0: hue angle of 166.77º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFCE0 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 224 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.01 |
| HSL | 166.77º | 0.95% | 0.74% | - |
| HSV(B) | 166.77º | 0.5% | 0.99% | - |
| XYZ | 56.72 | 79.36 | 82.85 | - |
| YUV | 210.84 | 135.42 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 224 | 0.50 | 0 | 0.11 | 0.01 | 166.77 | 0.95 | 0.74 |
| Hex | 7D | FC | E0 | 32 | 0 | B | 1 | A7 | 5F | 4A |
| Octal | 175 | 374 | 340 | 62 | 0 | 13 | 1 | 247 | 137 | 112 |
| Binary | 1111101 | 11111100 | 11100000 | 110010 | 0 | 1011 | 1 | 10100111 | 1011111 | 1001010 |
Color Harmonies of #7DFCE0
Complementary color
Monochromatic Colors of #7DFCE0
Black with #7DFCE0
Text Example
Text Example
White with #7DFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFCE0; }
p { color: rgb(125,252,224); }
H1.HeaderClassName
{
color: #7DFCE0;
}
.AnyTagClassName
{
color: #7DFCE0;
}
</style>
background-color css
<style>
a { background-color: #7DFCE0; }
a { background-color: rgb(125,252,224); }
div.DivClassName
{
background-color: #7DFCE0;
}
.BgClassName
{
background-color: #7DFCE0;
}
</style>
border-color css
<style>
span { border-color: #7DFCE0; }
span { border-color: rgb(125,252,224); }
td.TdClassName
{
border-color: #7DFCE0;
}
.TagClassName
{
border-color: #7DFCE0;
}
</style>