Shades of Aquamarine #7AF8DE
Tints of Aquamarine #7AF8DE
RGB
CMYK
RGB Variations
Color information
#7AF8DE (or 0x7AF8DE) is known color: Aquamarine. HEX triplet: 7A, F8 and DE. RGB value is (122,248,222). Sum of RGB (Red+Green+Blue) = 122+248+222=592 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.61% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8DE is #850721. Grayscale: #CFCFCF. Windows color (decimal): -8718114 or 14612602. OLE color: 14612602.
HSL color Cylindrical-coordinate representation of color #7AF8DE: hue angle of 167.62º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8DE is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 222 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.03 |
| HSL | 167.62º | 0.9% | 0.73% | - |
| HSV(B) | 167.62º | 0.51% | 0.97% | - |
| XYZ | 54.78 | 76.55 | 81 | - |
| YUV | 207.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 222 | 0.51 | 0 | 0.10 | 0.03 | 167.62 | 0.9 | 0.73 |
| Hex | 7A | F8 | DE | 33 | 0 | A | 3 | A8 | 5A | 49 |
| Octal | 172 | 370 | 336 | 63 | 0 | 12 | 3 | 250 | 132 | 111 |
| Binary | 1111010 | 11111000 | 11011110 | 110011 | 0 | 1010 | 11 | 10101000 | 1011010 | 1001001 |
Color Harmonies of #7AF8DE
Complementary color
Monochromatic Colors of #7AF8DE
Black with #7AF8DE
Text Example
Text Example
White with #7AF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8DE; }
p { color: rgb(122,248,222); }
H1.HeaderClassName
{
color: #7AF8DE;
}
.AnyTagClassName
{
color: #7AF8DE;
}
</style>
background-color css
<style>
a { background-color: #7AF8DE; }
a { background-color: rgb(122,248,222); }
div.DivClassName
{
background-color: #7AF8DE;
}
.BgClassName
{
background-color: #7AF8DE;
}
</style>
border-color css
<style>
span { border-color: #7AF8DE; }
span { border-color: rgb(122,248,222); }
td.TdClassName
{
border-color: #7AF8DE;
}
.TagClassName
{
border-color: #7AF8DE;
}
</style>