Shades of Aquamarine #7AF3C0
Tints of Aquamarine #7AF3C0
RGB
CMYK
RGB Variations
Color information
#7AF3C0 (or 0x7AF3C0) is known color: Aquamarine. HEX triplet: 7A, F3 and C0. RGB value is (122,243,192). Sum of RGB (Red+Green+Blue) = 122+243+192=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF3C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF3C0 is #850C3F. Grayscale: #C9C9C9. Windows color (decimal): -8719424 or 12645242. OLE color: 12645242.
HSL color Cylindrical-coordinate representation of color #7AF3C0: hue angle of 154.71º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF3C0 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 192 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.05 |
| HSL | 154.71º | 0.83% | 0.72% | - |
| HSV(B) | 154.71º | 0.5% | 0.95% | - |
| XYZ | 49.59 | 72.04 | 61.16 | - |
| YUV | 201.01 | 122.91 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 192 | 0.50 | 0 | 0.21 | 0.05 | 154.71 | 0.83 | 0.72 |
| Hex | 7A | F3 | C0 | 32 | 0 | 15 | 5 | 9B | 53 | 48 |
| Octal | 172 | 363 | 300 | 62 | 0 | 25 | 5 | 233 | 123 | 110 |
| Binary | 1111010 | 11110011 | 11000000 | 110010 | 0 | 10101 | 101 | 10011011 | 1010011 | 1001000 |
Color Harmonies of #7AF3C0
Complementary color
Monochromatic Colors of #7AF3C0
Black with #7AF3C0
Text Example
Text Example
White with #7AF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF3C0; }
p { color: rgb(122,243,192); }
H1.HeaderClassName
{
color: #7AF3C0;
}
.AnyTagClassName
{
color: #7AF3C0;
}
</style>
background-color css
<style>
a { background-color: #7AF3C0; }
a { background-color: rgb(122,243,192); }
div.DivClassName
{
background-color: #7AF3C0;
}
.BgClassName
{
background-color: #7AF3C0;
}
</style>
border-color css
<style>
span { border-color: #7AF3C0; }
span { border-color: rgb(122,243,192); }
td.TdClassName
{
border-color: #7AF3C0;
}
.TagClassName
{
border-color: #7AF3C0;
}
</style>