Shades of Aquamarine #7AF4E1
Tints of Aquamarine #7AF4E1
RGB
CMYK
RGB Variations
Color information
#7AF4E1 (or 0x7AF4E1) is known color: Aquamarine. HEX triplet: 7A, F4 and E1. RGB value is (122,244,225). Sum of RGB (Red+Green+Blue) = 122+244+225=591 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.64% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF4E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF4E1 is #850B1E. Grayscale: #CDCDCD. Windows color (decimal): -8719135 or 14808186. OLE color: 14808186.
HSL color Cylindrical-coordinate representation of color #7AF4E1: hue angle of 170.66º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF4E1 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 225 | - |
| CMYK | 0.5 | 0 | 0.08 | 0.04 |
| HSL | 170.66º | 0.85% | 0.72% | - |
| HSV(B) | 170.66º | 0.5% | 0.96% | - |
| XYZ | 53.97 | 74.28 | 82.73 | - |
| YUV | 205.36 | 139.08 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 225 | 0.5 | 0 | 0.08 | 0.04 | 170.66 | 0.85 | 0.72 |
| Hex | 7A | F4 | E1 | 32 | 0 | 8 | 4 | AB | 55 | 48 |
| Octal | 172 | 364 | 341 | 62 | 0 | 10 | 4 | 253 | 125 | 110 |
| Binary | 1111010 | 11110100 | 11100001 | 110010 | 0 | 1000 | 100 | 10101011 | 1010101 | 1001000 |
Color Harmonies of #7AF4E1
Complementary color
Monochromatic Colors of #7AF4E1
Black with #7AF4E1
Text Example
Text Example
White with #7AF4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF4E1; }
p { color: rgb(122,244,225); }
H1.HeaderClassName
{
color: #7AF4E1;
}
.AnyTagClassName
{
color: #7AF4E1;
}
</style>
background-color css
<style>
a { background-color: #7AF4E1; }
a { background-color: rgb(122,244,225); }
div.DivClassName
{
background-color: #7AF4E1;
}
.BgClassName
{
background-color: #7AF4E1;
}
</style>
border-color css
<style>
span { border-color: #7AF4E1; }
span { border-color: rgb(122,244,225); }
td.TdClassName
{
border-color: #7AF4E1;
}
.TagClassName
{
border-color: #7AF4E1;
}
</style>