Shades of Aquamarine #7AF4DE
Tints of Aquamarine #7AF4DE
RGB
CMYK
RGB Variations
Color information
#7AF4DE (or 0x7AF4DE) is known color: Aquamarine. HEX triplet: 7A, F4 and DE. RGB value is (122,244,222). Sum of RGB (Red+Green+Blue) = 122+244+222=588 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.75% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF4DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF4DE is #850B21. Grayscale: #CCCCCC. Windows color (decimal): -8719138 or 14611578. OLE color: 14611578.
HSL color Cylindrical-coordinate representation of color #7AF4DE: hue angle of 169.18º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF4DE is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 222 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.04 |
| HSL | 169.18º | 0.85% | 0.72% | - |
| HSV(B) | 169.18º | 0.5% | 0.96% | - |
| XYZ | 53.56 | 74.11 | 80.59 | - |
| YUV | 205.01 | 137.58 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 222 | 0.5 | 0 | 0.09 | 0.04 | 169.18 | 0.85 | 0.72 |
| Hex | 7A | F4 | DE | 32 | 0 | 9 | 4 | A9 | 55 | 48 |
| Octal | 172 | 364 | 336 | 62 | 0 | 11 | 4 | 251 | 125 | 110 |
| Binary | 1111010 | 11110100 | 11011110 | 110010 | 0 | 1001 | 100 | 10101001 | 1010101 | 1001000 |
Color Harmonies of #7AF4DE
Complementary color
Monochromatic Colors of #7AF4DE
Black with #7AF4DE
Text Example
Text Example
White with #7AF4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF4DE; }
p { color: rgb(122,244,222); }
H1.HeaderClassName
{
color: #7AF4DE;
}
.AnyTagClassName
{
color: #7AF4DE;
}
</style>
background-color css
<style>
a { background-color: #7AF4DE; }
a { background-color: rgb(122,244,222); }
div.DivClassName
{
background-color: #7AF4DE;
}
.BgClassName
{
background-color: #7AF4DE;
}
</style>
border-color css
<style>
span { border-color: #7AF4DE; }
span { border-color: rgb(122,244,222); }
td.TdClassName
{
border-color: #7AF4DE;
}
.TagClassName
{
border-color: #7AF4DE;
}
</style>