Shades of Aquamarine #7DFACE
Tints of Aquamarine #7DFACE
RGB
CMYK
RGB Variations
Color information
#7DFACE (or 0x7DFACE) is known color: Aquamarine. HEX triplet: 7D, FA and CE. RGB value is (125,250,206). Sum of RGB (Red+Green+Blue) = 125+250+206=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFACE is #820531. Grayscale: #CFCFCF. Windows color (decimal): -8521010 or 13564541. OLE color: 13564541.
HSL color Cylindrical-coordinate representation of color #7DFACE: hue angle of 158.88º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFACE is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 250 | 206 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.02 |
| HSL | 158.88º | 0.93% | 0.74% | - |
| HSV(B) | 158.88º | 0.5% | 0.98% | - |
| XYZ | 53.78 | 77.19 | 70.46 | - |
| YUV | 207.61 | 127.09 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 250 | 206 | 0.50 | 0 | 0.18 | 0.02 | 158.88 | 0.93 | 0.74 |
| Hex | 7D | FA | CE | 32 | 0 | 12 | 2 | 9F | 5D | 4A |
| Octal | 175 | 372 | 316 | 62 | 0 | 22 | 2 | 237 | 135 | 112 |
| Binary | 1111101 | 11111010 | 11001110 | 110010 | 0 | 10010 | 10 | 10011111 | 1011101 | 1001010 |
Color Harmonies of #7DFACE
Complementary color
Monochromatic Colors of #7DFACE
Black with #7DFACE
Text Example
Text Example
White with #7DFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFACE; }
p { color: rgb(125,250,206); }
H1.HeaderClassName
{
color: #7DFACE;
}
.AnyTagClassName
{
color: #7DFACE;
}
</style>
background-color css
<style>
a { background-color: #7DFACE; }
a { background-color: rgb(125,250,206); }
div.DivClassName
{
background-color: #7DFACE;
}
.BgClassName
{
background-color: #7DFACE;
}
</style>
border-color css
<style>
span { border-color: #7DFACE; }
span { border-color: rgb(125,250,206); }
td.TdClassName
{
border-color: #7DFACE;
}
.TagClassName
{
border-color: #7DFACE;
}
</style>