Shades of Aquamarine #7AF3C9
Tints of Aquamarine #7AF3C9
RGB
CMYK
RGB Variations
Color information
#7AF3C9 (or 0x7AF3C9) is known color: Aquamarine. HEX triplet: 7A, F3 and C9. RGB value is (122,243,201). Sum of RGB (Red+Green+Blue) = 122+243+201=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF3C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF3C9 is #850C36. Grayscale: #CACACA. Windows color (decimal): -8719415 or 13235066. OLE color: 13235066.
HSL color Cylindrical-coordinate representation of color #7AF3C9: hue angle of 159.17º 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 #7AF3C9 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 201 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.05 |
| HSL | 159.17º | 0.83% | 0.72% | - |
| HSV(B) | 159.17º | 0.5% | 0.95% | - |
| XYZ | 50.62 | 72.46 | 66.58 | - |
| YUV | 202.03 | 127.41 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 201 | 0.50 | 0 | 0.17 | 0.05 | 159.17 | 0.83 | 0.72 |
| Hex | 7A | F3 | C9 | 32 | 0 | 11 | 5 | 9F | 53 | 48 |
| Octal | 172 | 363 | 311 | 62 | 0 | 21 | 5 | 237 | 123 | 110 |
| Binary | 1111010 | 11110011 | 11001001 | 110010 | 0 | 10001 | 101 | 10011111 | 1010011 | 1001000 |
Color Harmonies of #7AF3C9
Complementary color
Monochromatic Colors of #7AF3C9
Black with #7AF3C9
Text Example
Text Example
White with #7AF3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF3C9; }
p { color: rgb(122,243,201); }
H1.HeaderClassName
{
color: #7AF3C9;
}
.AnyTagClassName
{
color: #7AF3C9;
}
</style>
background-color css
<style>
a { background-color: #7AF3C9; }
a { background-color: rgb(122,243,201); }
div.DivClassName
{
background-color: #7AF3C9;
}
.BgClassName
{
background-color: #7AF3C9;
}
</style>
border-color css
<style>
span { border-color: #7AF3C9; }
span { border-color: rgb(122,243,201); }
td.TdClassName
{
border-color: #7AF3C9;
}
.TagClassName
{
border-color: #7AF3C9;
}
</style>