Shades of Aquamarine #7AF3DE
Tints of Aquamarine #7AF3DE
RGB
CMYK
RGB Variations
Color information
#7AF3DE (or 0x7AF3DE) is known color: Aquamarine. HEX triplet: 7A, F3 and DE. RGB value is (122,243,222). Sum of RGB (Red+Green+Blue) = 122+243+222=587 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.78% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF3DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF3DE is #850C21. Grayscale: #CCCCCC. Windows color (decimal): -8719394 or 14611322. OLE color: 14611322.
HSL color Cylindrical-coordinate representation of color #7AF3DE: hue angle of 169.59º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF3DE is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 222 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.05 |
| HSL | 169.59º | 0.83% | 0.72% | - |
| HSV(B) | 169.59º | 0.5% | 0.95% | - |
| XYZ | 53.26 | 73.51 | 80.49 | - |
| YUV | 204.43 | 137.91 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 222 | 0.50 | 0 | 0.09 | 0.05 | 169.59 | 0.83 | 0.72 |
| Hex | 7A | F3 | DE | 32 | 0 | 9 | 5 | AA | 53 | 48 |
| Octal | 172 | 363 | 336 | 62 | 0 | 11 | 5 | 252 | 123 | 110 |
| Binary | 1111010 | 11110011 | 11011110 | 110010 | 0 | 1001 | 101 | 10101010 | 1010011 | 1001000 |
Color Harmonies of #7AF3DE
Complementary color
Monochromatic Colors of #7AF3DE
Black with #7AF3DE
Text Example
Text Example
White with #7AF3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF3DE; }
p { color: rgb(122,243,222); }
H1.HeaderClassName
{
color: #7AF3DE;
}
.AnyTagClassName
{
color: #7AF3DE;
}
</style>
background-color css
<style>
a { background-color: #7AF3DE; }
a { background-color: rgb(122,243,222); }
div.DivClassName
{
background-color: #7AF3DE;
}
.BgClassName
{
background-color: #7AF3DE;
}
</style>
border-color css
<style>
span { border-color: #7AF3DE; }
span { border-color: rgb(122,243,222); }
td.TdClassName
{
border-color: #7AF3DE;
}
.TagClassName
{
border-color: #7AF3DE;
}
</style>