Shades of Aquamarine #7AFDB3
Tints of Aquamarine #7AFDB3
RGB
CMYK
RGB Variations
Color information
#7AFDB3 (or 0x7AFDB3) is known color: Aquamarine. HEX triplet: 7A, FD and B3. RGB value is (122,253,179). Sum of RGB (Red+Green+Blue) = 122+253+179=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDB3 is #85024C. Grayscale: #CDCDCD. Windows color (decimal): -8716877 or 11795834. OLE color: 11795834.
HSL color Cylindrical-coordinate representation of color #7AFDB3: hue angle of 146.11º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFDB3 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 179 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.01 |
| HSL | 146.11º | 0.97% | 0.74% | - |
| HSV(B) | 146.11º | 0.52% | 0.99% | - |
| XYZ | 51.29 | 77.64 | 54.93 | - |
| YUV | 205.4 | 113.1 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 179 | 0.52 | 0 | 0.29 | 0.01 | 146.11 | 0.97 | 0.74 |
| Hex | 7A | FD | B3 | 34 | 0 | 1D | 1 | 92 | 61 | 4A |
| Octal | 172 | 375 | 263 | 64 | 0 | 35 | 1 | 222 | 141 | 112 |
| Binary | 1111010 | 11111101 | 10110011 | 110100 | 0 | 11101 | 1 | 10010010 | 1100001 | 1001010 |
Color Harmonies of #7AFDB3
Complementary color
Monochromatic Colors of #7AFDB3
Black with #7AFDB3
Text Example
Text Example
White with #7AFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDB3; }
p { color: rgb(122,253,179); }
H1.HeaderClassName
{
color: #7AFDB3;
}
.AnyTagClassName
{
color: #7AFDB3;
}
</style>
background-color css
<style>
a { background-color: #7AFDB3; }
a { background-color: rgb(122,253,179); }
div.DivClassName
{
background-color: #7AFDB3;
}
.BgClassName
{
background-color: #7AFDB3;
}
</style>
border-color css
<style>
span { border-color: #7AFDB3; }
span { border-color: rgb(122,253,179); }
td.TdClassName
{
border-color: #7AFDB3;
}
.TagClassName
{
border-color: #7AFDB3;
}
</style>