Shades of Aquamarine #7DF4C8
Tints of Aquamarine #7DF4C8
RGB
CMYK
RGB Variations
Color information
#7DF4C8 (or 0x7DF4C8) is known color: Aquamarine. HEX triplet: 7D, F4 and C8. RGB value is (125,244,200). Sum of RGB (Red+Green+Blue) = 125+244+200=569 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.97% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF4C8 is #820B37. Grayscale: #CBCBCB. Windows color (decimal): -8522552 or 13169789. OLE color: 13169789.
HSL color Cylindrical-coordinate representation of color #7DF4C8: hue angle of 157.82º 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 #7DF4C8 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 200 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.04 |
| HSL | 157.82º | 0.84% | 0.72% | - |
| HSV(B) | 157.82º | 0.49% | 0.96% | - |
| XYZ | 51.23 | 73.23 | 66.08 | - |
| YUV | 203.4 | 126.08 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 200 | 0.49 | 0 | 0.18 | 0.04 | 157.82 | 0.84 | 0.72 |
| Hex | 7D | F4 | C8 | 31 | 0 | 12 | 4 | 9E | 54 | 48 |
| Octal | 175 | 364 | 310 | 61 | 0 | 22 | 4 | 236 | 124 | 110 |
| Binary | 1111101 | 11110100 | 11001000 | 110001 | 0 | 10010 | 100 | 10011110 | 1010100 | 1001000 |
Color Harmonies of #7DF4C8
Complementary color
Monochromatic Colors of #7DF4C8
Black with #7DF4C8
Text Example
Text Example
White with #7DF4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF4C8; }
p { color: rgb(125,244,200); }
H1.HeaderClassName
{
color: #7DF4C8;
}
.AnyTagClassName
{
color: #7DF4C8;
}
</style>
background-color css
<style>
a { background-color: #7DF4C8; }
a { background-color: rgb(125,244,200); }
div.DivClassName
{
background-color: #7DF4C8;
}
.BgClassName
{
background-color: #7DF4C8;
}
</style>
border-color css
<style>
span { border-color: #7DF4C8; }
span { border-color: rgb(125,244,200); }
td.TdClassName
{
border-color: #7DF4C8;
}
.TagClassName
{
border-color: #7DF4C8;
}
</style>