Shades of Aquamarine #7AFFCE
Tints of Aquamarine #7AFFCE
RGB
CMYK
RGB Variations
Color information
#7AFFCE (or 0x7AFFCE) is known color: Aquamarine. HEX triplet: 7A, FF and CE. RGB value is (122,255,206). Sum of RGB (Red+Green+Blue) = 122+255+206=583 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.93% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFCE is #850031. Grayscale: #D1D1D1. Windows color (decimal): -8716338 or 13565818. OLE color: 13565818.
HSL color Cylindrical-coordinate representation of color #7AFFCE: hue angle of 157.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFCE is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 206 | - |
| CMYK | 0.52 | 0 | 0.19 | 0 |
| HSL | 157.89º | 1% | 0.74% | - |
| HSV(B) | 157.89º | 0.52% | 1% | - |
| XYZ | 54.93 | 80.11 | 70.96 | - |
| YUV | 209.65 | 125.94 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 206 | 0.52 | 0 | 0.19 | 0 | 157.89 | 1 | 0.74 |
| Hex | 7A | FF | CE | 34 | 0 | 13 | 0 | 9E | 64 | 4A |
| Octal | 172 | 377 | 316 | 64 | 0 | 23 | 0 | 236 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11001110 | 110100 | 0 | 10011 | 0 | 10011110 | 1100100 | 1001010 |
Color Harmonies of #7AFFCE
Complementary color
Monochromatic Colors of #7AFFCE
Black with #7AFFCE
Text Example
Text Example
White with #7AFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFCE; }
p { color: rgb(122,255,206); }
H1.HeaderClassName
{
color: #7AFFCE;
}
.AnyTagClassName
{
color: #7AFFCE;
}
</style>
background-color css
<style>
a { background-color: #7AFFCE; }
a { background-color: rgb(122,255,206); }
div.DivClassName
{
background-color: #7AFFCE;
}
.BgClassName
{
background-color: #7AFFCE;
}
</style>
border-color css
<style>
span { border-color: #7AFFCE; }
span { border-color: rgb(122,255,206); }
td.TdClassName
{
border-color: #7AFFCE;
}
.TagClassName
{
border-color: #7AFFCE;
}
</style>