Shades of Aquamarine #7AFECC
Tints of Aquamarine #7AFECC
RGB
CMYK
RGB Variations
Color information
#7AFECC (or 0x7AFECC) is known color: Aquamarine. HEX triplet: 7A, FE and CC. RGB value is (122,254,204). Sum of RGB (Red+Green+Blue) = 122+254+204=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFECC is #850133. Grayscale: #D0D0D0. Windows color (decimal): -8716596 or 13434490. OLE color: 13434490.
HSL color Cylindrical-coordinate representation of color #7AFECC: hue angle of 157.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFECC is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 204 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.00 |
| HSL | 157.27º | 0.99% | 0.74% | - |
| HSV(B) | 157.27º | 0.52% | 1% | - |
| XYZ | 54.37 | 79.38 | 69.58 | - |
| YUV | 208.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 204 | 0.52 | 0 | 0.20 | 0.00 | 157.27 | 0.99 | 0.74 |
| Hex | 7A | FE | CC | 34 | 0 | 14 | 0 | 9D | 63 | 4A |
| Octal | 172 | 376 | 314 | 64 | 0 | 24 | 0 | 235 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11001100 | 110100 | 0 | 10100 | 0 | 10011101 | 1100011 | 1001010 |
Color Harmonies of #7AFECC
Complementary color
Monochromatic Colors of #7AFECC
Black with #7AFECC
Text Example
Text Example
White with #7AFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFECC; }
p { color: rgb(122,254,204); }
H1.HeaderClassName
{
color: #7AFECC;
}
.AnyTagClassName
{
color: #7AFECC;
}
</style>
background-color css
<style>
a { background-color: #7AFECC; }
a { background-color: rgb(122,254,204); }
div.DivClassName
{
background-color: #7AFECC;
}
.BgClassName
{
background-color: #7AFECC;
}
</style>
border-color css
<style>
span { border-color: #7AFECC; }
span { border-color: rgb(122,254,204); }
td.TdClassName
{
border-color: #7AFECC;
}
.TagClassName
{
border-color: #7AFECC;
}
</style>