Shades of Aquamarine #7AF7D5
Tints of Aquamarine #7AF7D5
RGB
CMYK
RGB Variations
Color information
#7AF7D5 (or 0x7AF7D5) is known color: Aquamarine. HEX triplet: 7A, F7 and D5. RGB value is (122,247,213). Sum of RGB (Red+Green+Blue) = 122+247+213=582 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.96% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7D5 is #85082A. Grayscale: #CDCDCD. Windows color (decimal): -8718379 or 14022522. OLE color: 14022522.
HSL color Cylindrical-coordinate representation of color #7AF7D5: hue angle of 163.68º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7D5 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 213 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.03 |
| HSL | 163.68º | 0.89% | 0.72% | - |
| HSV(B) | 163.68º | 0.51% | 0.97% | - |
| XYZ | 53.3 | 75.46 | 74.71 | - |
| YUV | 205.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 213 | 0.51 | 0 | 0.14 | 0.03 | 163.68 | 0.89 | 0.72 |
| Hex | 7A | F7 | D5 | 33 | 0 | E | 3 | A4 | 59 | 48 |
| Octal | 172 | 367 | 325 | 63 | 0 | 16 | 3 | 244 | 131 | 110 |
| Binary | 1111010 | 11110111 | 11010101 | 110011 | 0 | 1110 | 11 | 10100100 | 1011001 | 1001000 |
Color Harmonies of #7AF7D5
Complementary color
Monochromatic Colors of #7AF7D5
Black with #7AF7D5
Text Example
Text Example
White with #7AF7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7D5; }
p { color: rgb(122,247,213); }
H1.HeaderClassName
{
color: #7AF7D5;
}
.AnyTagClassName
{
color: #7AF7D5;
}
</style>
background-color css
<style>
a { background-color: #7AF7D5; }
a { background-color: rgb(122,247,213); }
div.DivClassName
{
background-color: #7AF7D5;
}
.BgClassName
{
background-color: #7AF7D5;
}
</style>
border-color css
<style>
span { border-color: #7AF7D5; }
span { border-color: rgb(122,247,213); }
td.TdClassName
{
border-color: #7AF7D5;
}
.TagClassName
{
border-color: #7AF7D5;
}
</style>