Shades of Aquamarine #7AFCE8
Tints of Aquamarine #7AFCE8
RGB
CMYK
RGB Variations
Color information
#7AFCE8 (or 0x7AFCE8) is known color: Aquamarine. HEX triplet: 7A, FC and E8. RGB value is (122,252,232). Sum of RGB (Red+Green+Blue) = 122+252+232=606 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.13% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFCE8 is #850317. Grayscale: #D2D2D2. Windows color (decimal): -8717080 or 15268986. OLE color: 15268986.
HSL color Cylindrical-coordinate representation of color #7AFCE8: hue angle of 170.77º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFCE8 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 232 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.01 |
| HSL | 170.77º | 0.96% | 0.73% | - |
| HSV(B) | 170.77º | 0.52% | 0.99% | - |
| XYZ | 57.4 | 79.58 | 88.68 | - |
| YUV | 210.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 232 | 0.52 | 0 | 0.08 | 0.01 | 170.77 | 0.96 | 0.73 |
| Hex | 7A | FC | E8 | 34 | 0 | 8 | 1 | AB | 60 | 49 |
| Octal | 172 | 374 | 350 | 64 | 0 | 10 | 1 | 253 | 140 | 111 |
| Binary | 1111010 | 11111100 | 11101000 | 110100 | 0 | 1000 | 1 | 10101011 | 1100000 | 1001001 |
Color Harmonies of #7AFCE8
Complementary color
Monochromatic Colors of #7AFCE8
Black with #7AFCE8
Text Example
Text Example
White with #7AFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFCE8; }
p { color: rgb(122,252,232); }
H1.HeaderClassName
{
color: #7AFCE8;
}
.AnyTagClassName
{
color: #7AFCE8;
}
</style>
background-color css
<style>
a { background-color: #7AFCE8; }
a { background-color: rgb(122,252,232); }
div.DivClassName
{
background-color: #7AFCE8;
}
.BgClassName
{
background-color: #7AFCE8;
}
</style>
border-color css
<style>
span { border-color: #7AFCE8; }
span { border-color: rgb(122,252,232); }
td.TdClassName
{
border-color: #7AFCE8;
}
.TagClassName
{
border-color: #7AFCE8;
}
</style>