Shades of Aquamarine #7AF9C9
Tints of Aquamarine #7AF9C9
RGB
CMYK
RGB Variations
Color information
#7AF9C9 (or 0x7AF9C9) is known color: Aquamarine. HEX triplet: 7A, F9 and C9. RGB value is (122,249,201). Sum of RGB (Red+Green+Blue) = 122+249+201=572 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.33% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF9C9 is #850636. Grayscale: #CDCDCD. Windows color (decimal): -8717879 or 13236602. OLE color: 13236602.
HSL color Cylindrical-coordinate representation of color #7AF9C9: hue angle of 157.32º 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 #7AF9C9 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 201 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.02 |
| HSL | 157.32º | 0.91% | 0.73% | - |
| HSV(B) | 157.32º | 0.51% | 0.98% | - |
| XYZ | 52.44 | 76.11 | 67.18 | - |
| YUV | 205.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 201 | 0.51 | 0 | 0.19 | 0.02 | 157.32 | 0.91 | 0.73 |
| Hex | 7A | F9 | C9 | 33 | 0 | 13 | 2 | 9D | 5B | 49 |
| Octal | 172 | 371 | 311 | 63 | 0 | 23 | 2 | 235 | 133 | 111 |
| Binary | 1111010 | 11111001 | 11001001 | 110011 | 0 | 10011 | 10 | 10011101 | 1011011 | 1001001 |
Color Harmonies of #7AF9C9
Complementary color
Monochromatic Colors of #7AF9C9
Black with #7AF9C9
Text Example
Text Example
White with #7AF9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9C9; }
p { color: rgb(122,249,201); }
H1.HeaderClassName
{
color: #7AF9C9;
}
.AnyTagClassName
{
color: #7AF9C9;
}
</style>
background-color css
<style>
a { background-color: #7AF9C9; }
a { background-color: rgb(122,249,201); }
div.DivClassName
{
background-color: #7AF9C9;
}
.BgClassName
{
background-color: #7AF9C9;
}
</style>
border-color css
<style>
span { border-color: #7AF9C9; }
span { border-color: rgb(122,249,201); }
td.TdClassName
{
border-color: #7AF9C9;
}
.TagClassName
{
border-color: #7AF9C9;
}
</style>