Shades of Aquamarine #7AFFCD
Tints of Aquamarine #7AFFCD
RGB
CMYK
RGB Variations
Color information
#7AFFCD (or 0x7AFFCD) is known color: Aquamarine. HEX triplet: 7A, FF and CD. RGB value is (122,255,205). Sum of RGB (Red+Green+Blue) = 122+255+205=582 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.96% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFCD is #850032. Grayscale: #D1D1D1. Windows color (decimal): -8716339 or 13500282. OLE color: 13500282.
HSL color Cylindrical-coordinate representation of color #7AFFCD: hue angle of 157.44º 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 #7AFFCD is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 205 | - |
| CMYK | 0.52 | 0 | 0.20 | 0 |
| HSL | 157.44º | 1% | 0.74% | - |
| HSV(B) | 157.44º | 0.52% | 1% | - |
| XYZ | 54.81 | 80.07 | 70.32 | - |
| YUV | 209.53 | 125.44 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 205 | 0.52 | 0 | 0.20 | 0 | 157.44 | 1 | 0.74 |
| Hex | 7A | FF | CD | 34 | 0 | 14 | 0 | 9D | 64 | 4A |
| Octal | 172 | 377 | 315 | 64 | 0 | 24 | 0 | 235 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11001101 | 110100 | 0 | 10100 | 0 | 10011101 | 1100100 | 1001010 |
Color Harmonies of #7AFFCD
Complementary color
Monochromatic Colors of #7AFFCD
Black with #7AFFCD
Text Example
Text Example
White with #7AFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFCD; }
p { color: rgb(122,255,205); }
H1.HeaderClassName
{
color: #7AFFCD;
}
.AnyTagClassName
{
color: #7AFFCD;
}
</style>
background-color css
<style>
a { background-color: #7AFFCD; }
a { background-color: rgb(122,255,205); }
div.DivClassName
{
background-color: #7AFFCD;
}
.BgClassName
{
background-color: #7AFFCD;
}
</style>
border-color css
<style>
span { border-color: #7AFFCD; }
span { border-color: rgb(122,255,205); }
td.TdClassName
{
border-color: #7AFFCD;
}
.TagClassName
{
border-color: #7AFFCD;
}
</style>