Shades of Aquamarine #7AFCB4
Tints of Aquamarine #7AFCB4
RGB
CMYK
RGB Variations
Color information
#7AFCB4 (or 0x7AFCB4) is known color: Aquamarine. HEX triplet: 7A, FC and B4. RGB value is (122,252,180). Sum of RGB (Red+Green+Blue) = 122+252+180=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFCB4 is #85034B. Grayscale: #CDCDCD. Windows color (decimal): -8717132 or 11861114. OLE color: 11861114.
HSL color Cylindrical-coordinate representation of color #7AFCB4: hue angle of 146.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 #7AFCB4 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 180 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.01 |
| HSL | 146.77º | 0.96% | 0.73% | - |
| HSV(B) | 146.77º | 0.52% | 0.99% | - |
| XYZ | 51.07 | 77.05 | 55.36 | - |
| YUV | 204.92 | 113.93 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 180 | 0.52 | 0 | 0.29 | 0.01 | 146.77 | 0.96 | 0.73 |
| Hex | 7A | FC | B4 | 34 | 0 | 1D | 1 | 93 | 60 | 49 |
| Octal | 172 | 374 | 264 | 64 | 0 | 35 | 1 | 223 | 140 | 111 |
| Binary | 1111010 | 11111100 | 10110100 | 110100 | 0 | 11101 | 1 | 10010011 | 1100000 | 1001001 |
Color Harmonies of #7AFCB4
Complementary color
Monochromatic Colors of #7AFCB4
Black with #7AFCB4
Text Example
Text Example
White with #7AFCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFCB4; }
p { color: rgb(122,252,180); }
H1.HeaderClassName
{
color: #7AFCB4;
}
.AnyTagClassName
{
color: #7AFCB4;
}
</style>
background-color css
<style>
a { background-color: #7AFCB4; }
a { background-color: rgb(122,252,180); }
div.DivClassName
{
background-color: #7AFCB4;
}
.BgClassName
{
background-color: #7AFCB4;
}
</style>
border-color css
<style>
span { border-color: #7AFCB4; }
span { border-color: rgb(122,252,180); }
td.TdClassName
{
border-color: #7AFCB4;
}
.TagClassName
{
border-color: #7AFCB4;
}
</style>