Shades of Aquamarine #7DF5C5
Tints of Aquamarine #7DF5C5
RGB
CMYK
RGB Variations
Color information
#7DF5C5 (or 0x7DF5C5) is known color: Aquamarine. HEX triplet: 7D, F5 and C5. RGB value is (125,245,197). Sum of RGB (Red+Green+Blue) = 125+245+197=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF5C5 is #820A3A. Grayscale: #CBCBCB. Windows color (decimal): -8522299 or 12973437. OLE color: 12973437.
HSL color Cylindrical-coordinate representation of color #7DF5C5: hue angle of 156º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF5C5 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 197 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.04 |
| HSL | 156º | 0.86% | 0.73% | - |
| HSV(B) | 156º | 0.49% | 0.96% | - |
| XYZ | 51.19 | 73.7 | 64.35 | - |
| YUV | 203.65 | 124.24 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 197 | 0.49 | 0 | 0.20 | 0.04 | 156 | 0.86 | 0.73 |
| Hex | 7D | F5 | C5 | 31 | 0 | 14 | 4 | 9C | 56 | 49 |
| Octal | 175 | 365 | 305 | 61 | 0 | 24 | 4 | 234 | 126 | 111 |
| Binary | 1111101 | 11110101 | 11000101 | 110001 | 0 | 10100 | 100 | 10011100 | 1010110 | 1001001 |
Color Harmonies of #7DF5C5
Complementary color
Monochromatic Colors of #7DF5C5
Black with #7DF5C5
Text Example
Text Example
White with #7DF5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF5C5; }
p { color: rgb(125,245,197); }
H1.HeaderClassName
{
color: #7DF5C5;
}
.AnyTagClassName
{
color: #7DF5C5;
}
</style>
background-color css
<style>
a { background-color: #7DF5C5; }
a { background-color: rgb(125,245,197); }
div.DivClassName
{
background-color: #7DF5C5;
}
.BgClassName
{
background-color: #7DF5C5;
}
</style>
border-color css
<style>
span { border-color: #7DF5C5; }
span { border-color: rgb(125,245,197); }
td.TdClassName
{
border-color: #7DF5C5;
}
.TagClassName
{
border-color: #7DF5C5;
}
</style>