Shades of Aquamarine #7AF7E7
Tints of Aquamarine #7AF7E7
RGB
CMYK
RGB Variations
Color information
#7AF7E7 (or 0x7AF7E7) is known color: Aquamarine. HEX triplet: 7A, F7 and E7. RGB value is (122,247,231). Sum of RGB (Red+Green+Blue) = 122+247+231=600 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.33% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7E7 is #850818. Grayscale: #CFCFCF. Windows color (decimal): -8718361 or 15202170. OLE color: 15202170.
HSL color Cylindrical-coordinate representation of color #7AF7E7: hue angle of 172.32º 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 #7AF7E7 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 231 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.03 |
| HSL | 172.32º | 0.89% | 0.72% | - |
| HSV(B) | 172.32º | 0.51% | 0.97% | - |
| XYZ | 55.71 | 76.43 | 87.42 | - |
| YUV | 207.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 231 | 0.51 | 0 | 0.06 | 0.03 | 172.32 | 0.89 | 0.72 |
| Hex | 7A | F7 | E7 | 33 | 0 | 6 | 3 | AC | 59 | 48 |
| Octal | 172 | 367 | 347 | 63 | 0 | 6 | 3 | 254 | 131 | 110 |
| Binary | 1111010 | 11110111 | 11100111 | 110011 | 0 | 110 | 11 | 10101100 | 1011001 | 1001000 |
Color Harmonies of #7AF7E7
Complementary color
Monochromatic Colors of #7AF7E7
Black with #7AF7E7
Text Example
Text Example
White with #7AF7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7E7; }
p { color: rgb(122,247,231); }
H1.HeaderClassName
{
color: #7AF7E7;
}
.AnyTagClassName
{
color: #7AF7E7;
}
</style>
background-color css
<style>
a { background-color: #7AF7E7; }
a { background-color: rgb(122,247,231); }
div.DivClassName
{
background-color: #7AF7E7;
}
.BgClassName
{
background-color: #7AF7E7;
}
</style>
border-color css
<style>
span { border-color: #7AF7E7; }
span { border-color: rgb(122,247,231); }
td.TdClassName
{
border-color: #7AF7E7;
}
.TagClassName
{
border-color: #7AF7E7;
}
</style>