Shades of Aquamarine #7AFAB8
Tints of Aquamarine #7AFAB8
RGB
CMYK
RGB Variations
Color information
#7AFAB8 (or 0x7AFAB8) is known color: Aquamarine. HEX triplet: 7A, FA and B8. RGB value is (122,250,184). Sum of RGB (Red+Green+Blue) = 122+250+184=556 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.94% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFAB8 is #850547. Grayscale: #CCCCCC. Windows color (decimal): -8717640 or 12122746. OLE color: 12122746.
HSL color Cylindrical-coordinate representation of color #7AFAB8: hue angle of 149.06º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFAB8 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 184 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.02 |
| HSL | 149.06º | 0.93% | 0.73% | - |
| HSV(B) | 149.06º | 0.51% | 0.98% | - |
| XYZ | 50.86 | 75.97 | 57.33 | - |
| YUV | 204.2 | 116.59 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 184 | 0.51 | 0 | 0.26 | 0.02 | 149.06 | 0.93 | 0.73 |
| Hex | 7A | FA | B8 | 33 | 0 | 1A | 2 | 95 | 5D | 49 |
| Octal | 172 | 372 | 270 | 63 | 0 | 32 | 2 | 225 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10111000 | 110011 | 0 | 11010 | 10 | 10010101 | 1011101 | 1001001 |
Color Harmonies of #7AFAB8
Complementary color
Monochromatic Colors of #7AFAB8
Black with #7AFAB8
Text Example
Text Example
White with #7AFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFAB8; }
p { color: rgb(122,250,184); }
H1.HeaderClassName
{
color: #7AFAB8;
}
.AnyTagClassName
{
color: #7AFAB8;
}
</style>
background-color css
<style>
a { background-color: #7AFAB8; }
a { background-color: rgb(122,250,184); }
div.DivClassName
{
background-color: #7AFAB8;
}
.BgClassName
{
background-color: #7AFAB8;
}
</style>
border-color css
<style>
span { border-color: #7AFAB8; }
span { border-color: rgb(122,250,184); }
td.TdClassName
{
border-color: #7AFAB8;
}
.TagClassName
{
border-color: #7AFAB8;
}
</style>