Shades of Aquamarine #7AFACB
Tints of Aquamarine #7AFACB
RGB
CMYK
RGB Variations
Color information
#7AFACB (or 0x7AFACB) is known color: Aquamarine. HEX triplet: 7A, FA and CB. RGB value is (122,250,203). Sum of RGB (Red+Green+Blue) = 122+250+203=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFACB is #850534. Grayscale: #CECECE. Windows color (decimal): -8717621 or 13367930. OLE color: 13367930.
HSL color Cylindrical-coordinate representation of color #7AFACB: hue angle of 157.97º 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 #7AFACB is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 203 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.02 |
| HSL | 157.97º | 0.93% | 0.73% | - |
| HSV(B) | 157.97º | 0.51% | 0.98% | - |
| XYZ | 52.99 | 76.82 | 68.53 | - |
| YUV | 206.37 | 126.09 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 203 | 0.51 | 0 | 0.19 | 0.02 | 157.97 | 0.93 | 0.73 |
| Hex | 7A | FA | CB | 33 | 0 | 13 | 2 | 9E | 5D | 49 |
| Octal | 172 | 372 | 313 | 63 | 0 | 23 | 2 | 236 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11001011 | 110011 | 0 | 10011 | 10 | 10011110 | 1011101 | 1001001 |
Color Harmonies of #7AFACB
Complementary color
Monochromatic Colors of #7AFACB
Black with #7AFACB
Text Example
Text Example
White with #7AFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFACB; }
p { color: rgb(122,250,203); }
H1.HeaderClassName
{
color: #7AFACB;
}
.AnyTagClassName
{
color: #7AFACB;
}
</style>
background-color css
<style>
a { background-color: #7AFACB; }
a { background-color: rgb(122,250,203); }
div.DivClassName
{
background-color: #7AFACB;
}
.BgClassName
{
background-color: #7AFACB;
}
</style>
border-color css
<style>
span { border-color: #7AFACB; }
span { border-color: rgb(122,250,203); }
td.TdClassName
{
border-color: #7AFACB;
}
.TagClassName
{
border-color: #7AFACB;
}
</style>