Shades of Aquamarine #7DF2C9
Tints of Aquamarine #7DF2C9
RGB
CMYK
RGB Variations
Color information
#7DF2C9 (or 0x7DF2C9) is known color: Aquamarine. HEX triplet: 7D, F2 and C9. RGB value is (125,242,201). Sum of RGB (Red+Green+Blue) = 125+242+201=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2C9 is #820D36. Grayscale: #CACACA. Windows color (decimal): -8523063 or 13234813. OLE color: 13234813.
HSL color Cylindrical-coordinate representation of color #7DF2C9: hue angle of 158.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2C9 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 201 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.05 |
| HSL | 158.97º | 0.82% | 0.72% | - |
| HSV(B) | 158.97º | 0.48% | 0.95% | - |
| XYZ | 50.75 | 72.08 | 66.5 | - |
| YUV | 202.34 | 127.24 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 201 | 0.48 | 0 | 0.17 | 0.05 | 158.97 | 0.82 | 0.72 |
| Hex | 7D | F2 | C9 | 30 | 0 | 11 | 5 | 9F | 52 | 48 |
| Octal | 175 | 362 | 311 | 60 | 0 | 21 | 5 | 237 | 122 | 110 |
| Binary | 1111101 | 11110010 | 11001001 | 110000 | 0 | 10001 | 101 | 10011111 | 1010010 | 1001000 |
Color Harmonies of #7DF2C9
Complementary color
Monochromatic Colors of #7DF2C9
Black with #7DF2C9
Text Example
Text Example
White with #7DF2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF2C9; }
p { color: rgb(125,242,201); }
H1.HeaderClassName
{
color: #7DF2C9;
}
.AnyTagClassName
{
color: #7DF2C9;
}
</style>
background-color css
<style>
a { background-color: #7DF2C9; }
a { background-color: rgb(125,242,201); }
div.DivClassName
{
background-color: #7DF2C9;
}
.BgClassName
{
background-color: #7DF2C9;
}
</style>
border-color css
<style>
span { border-color: #7DF2C9; }
span { border-color: rgb(125,242,201); }
td.TdClassName
{
border-color: #7DF2C9;
}
.TagClassName
{
border-color: #7DF2C9;
}
</style>