Shades of Aquamarine #7AFCBD
Tints of Aquamarine #7AFCBD
RGB
CMYK
RGB Variations
Color information
#7AFCBD (or 0x7AFCBD) is known color: Aquamarine. HEX triplet: 7A, FC and BD. RGB value is (122,252,189). Sum of RGB (Red+Green+Blue) = 122+252+189=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFCBD is #850342. Grayscale: #CECECE. Windows color (decimal): -8717123 or 12450938. OLE color: 12450938.
HSL color Cylindrical-coordinate representation of color #7AFCBD: hue angle of 150.92º 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 #7AFCBD is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 189 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.01 |
| HSL | 150.92º | 0.96% | 0.73% | - |
| HSV(B) | 150.92º | 0.52% | 0.99% | - |
| XYZ | 52.02 | 77.43 | 60.35 | - |
| YUV | 205.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 189 | 0.52 | 0 | 0.25 | 0.01 | 150.92 | 0.96 | 0.73 |
| Hex | 7A | FC | BD | 34 | 0 | 19 | 1 | 97 | 60 | 49 |
| Octal | 172 | 374 | 275 | 64 | 0 | 31 | 1 | 227 | 140 | 111 |
| Binary | 1111010 | 11111100 | 10111101 | 110100 | 0 | 11001 | 1 | 10010111 | 1100000 | 1001001 |
Color Harmonies of #7AFCBD
Complementary color
Monochromatic Colors of #7AFCBD
Black with #7AFCBD
Text Example
Text Example
White with #7AFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFCBD; }
p { color: rgb(122,252,189); }
H1.HeaderClassName
{
color: #7AFCBD;
}
.AnyTagClassName
{
color: #7AFCBD;
}
</style>
background-color css
<style>
a { background-color: #7AFCBD; }
a { background-color: rgb(122,252,189); }
div.DivClassName
{
background-color: #7AFCBD;
}
.BgClassName
{
background-color: #7AFCBD;
}
</style>
border-color css
<style>
span { border-color: #7AFCBD; }
span { border-color: rgb(122,252,189); }
td.TdClassName
{
border-color: #7AFCBD;
}
.TagClassName
{
border-color: #7AFCBD;
}
</style>