Shades of Aquamarine #7AF9E5
Tints of Aquamarine #7AF9E5
RGB
CMYK
RGB Variations
Color information
#7AF9E5 (or 0x7AF9E5) is known color: Aquamarine. HEX triplet: 7A, F9 and E5. RGB value is (122,249,229). Sum of RGB (Red+Green+Blue) = 122+249+229=600 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.33% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF9E5 is #85061A. Grayscale: #D0D0D0. Windows color (decimal): -8717851 or 15071610. OLE color: 15071610.
HSL color Cylindrical-coordinate representation of color #7AF9E5: hue angle of 170.55º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF9E5 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 229 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.02 |
| HSL | 170.55º | 0.91% | 0.73% | - |
| HSV(B) | 170.55º | 0.51% | 0.98% | - |
| XYZ | 56.04 | 77.55 | 86.14 | - |
| YUV | 208.75 | 139.42 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 229 | 0.51 | 0 | 0.08 | 0.02 | 170.55 | 0.91 | 0.73 |
| Hex | 7A | F9 | E5 | 33 | 0 | 8 | 2 | AB | 5B | 49 |
| Octal | 172 | 371 | 345 | 63 | 0 | 10 | 2 | 253 | 133 | 111 |
| Binary | 1111010 | 11111001 | 11100101 | 110011 | 0 | 1000 | 10 | 10101011 | 1011011 | 1001001 |
Color Harmonies of #7AF9E5
Complementary color
Monochromatic Colors of #7AF9E5
Black with #7AF9E5
Text Example
Text Example
White with #7AF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9E5; }
p { color: rgb(122,249,229); }
H1.HeaderClassName
{
color: #7AF9E5;
}
.AnyTagClassName
{
color: #7AF9E5;
}
</style>
background-color css
<style>
a { background-color: #7AF9E5; }
a { background-color: rgb(122,249,229); }
div.DivClassName
{
background-color: #7AF9E5;
}
.BgClassName
{
background-color: #7AF9E5;
}
</style>
border-color css
<style>
span { border-color: #7AF9E5; }
span { border-color: rgb(122,249,229); }
td.TdClassName
{
border-color: #7AF9E5;
}
.TagClassName
{
border-color: #7AF9E5;
}
</style>