Shades of Aquamarine #7AF8E7
Tints of Aquamarine #7AF8E7
RGB
CMYK
RGB Variations
Color information
#7AF8E7 (or 0x7AF8E7) is known color: Aquamarine. HEX triplet: 7A, F8 and E7. RGB value is (122,248,231). Sum of RGB (Red+Green+Blue) = 122+248+231=601 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.30% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF8E7 is #850718. Grayscale: #D0D0D0. Windows color (decimal): -8718105 or 15202426. OLE color: 15202426.
HSL color Cylindrical-coordinate representation of color #7AF8E7: hue angle of 171.9º 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 #7AF8E7 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 231 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.03 |
| HSL | 171.9º | 0.9% | 0.73% | - |
| HSV(B) | 171.9º | 0.51% | 0.97% | - |
| XYZ | 56.02 | 77.04 | 87.52 | - |
| YUV | 208.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 231 | 0.51 | 0 | 0.07 | 0.03 | 171.9 | 0.9 | 0.73 |
| Hex | 7A | F8 | E7 | 33 | 0 | 7 | 3 | AC | 5A | 49 |
| Octal | 172 | 370 | 347 | 63 | 0 | 7 | 3 | 254 | 132 | 111 |
| Binary | 1111010 | 11111000 | 11100111 | 110011 | 0 | 111 | 11 | 10101100 | 1011010 | 1001001 |
Color Harmonies of #7AF8E7
Complementary color
Monochromatic Colors of #7AF8E7
Black with #7AF8E7
Text Example
Text Example
White with #7AF8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8E7; }
p { color: rgb(122,248,231); }
H1.HeaderClassName
{
color: #7AF8E7;
}
.AnyTagClassName
{
color: #7AF8E7;
}
</style>
background-color css
<style>
a { background-color: #7AF8E7; }
a { background-color: rgb(122,248,231); }
div.DivClassName
{
background-color: #7AF8E7;
}
.BgClassName
{
background-color: #7AF8E7;
}
</style>
border-color css
<style>
span { border-color: #7AF8E7; }
span { border-color: rgb(122,248,231); }
td.TdClassName
{
border-color: #7AF8E7;
}
.TagClassName
{
border-color: #7AF8E7;
}
</style>