Shades of Aquamarine #7DF4C5
Tints of Aquamarine #7DF4C5
RGB
CMYK
RGB Variations
Color information
#7DF4C5 (or 0x7DF4C5) is known color: Aquamarine. HEX triplet: 7D, F4 and C5. RGB value is (125,244,197). Sum of RGB (Red+Green+Blue) = 125+244+197=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF4C5 is #820B3A. Grayscale: #CBCBCB. Windows color (decimal): -8522555 or 12973181. OLE color: 12973181.
HSL color Cylindrical-coordinate representation of color #7DF4C5: hue angle of 156.3º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF4C5 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 197 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.04 |
| HSL | 156.3º | 0.84% | 0.72% | - |
| HSV(B) | 156.3º | 0.49% | 0.96% | - |
| XYZ | 50.89 | 73.09 | 64.25 | - |
| YUV | 203.06 | 124.58 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 197 | 0.49 | 0 | 0.19 | 0.04 | 156.3 | 0.84 | 0.72 |
| Hex | 7D | F4 | C5 | 31 | 0 | 13 | 4 | 9C | 54 | 48 |
| Octal | 175 | 364 | 305 | 61 | 0 | 23 | 4 | 234 | 124 | 110 |
| Binary | 1111101 | 11110100 | 11000101 | 110001 | 0 | 10011 | 100 | 10011100 | 1010100 | 1001000 |
Color Harmonies of #7DF4C5
Complementary color
Monochromatic Colors of #7DF4C5
Black with #7DF4C5
Text Example
Text Example
White with #7DF4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF4C5; }
p { color: rgb(125,244,197); }
H1.HeaderClassName
{
color: #7DF4C5;
}
.AnyTagClassName
{
color: #7DF4C5;
}
</style>
background-color css
<style>
a { background-color: #7DF4C5; }
a { background-color: rgb(125,244,197); }
div.DivClassName
{
background-color: #7DF4C5;
}
.BgClassName
{
background-color: #7DF4C5;
}
</style>
border-color css
<style>
span { border-color: #7DF4C5; }
span { border-color: rgb(125,244,197); }
td.TdClassName
{
border-color: #7DF4C5;
}
.TagClassName
{
border-color: #7DF4C5;
}
</style>