#7AFAB4

Color #7AFAB4 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7AFAB4

Tints of Aquamarine #7AFAB4

Color information

#7AFAB4 (or 0x7AFAB4) is unknown color: approx Aquamarine. HEX triplet: 7A, FA and B4. RGB value is (122,250,180). Sum of RGB (Red+Green+Blue) = 122+250+180=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFAB4 is #85054B. Grayscale: #CBCBCB. Windows color (decimal): -8717644 or 11860602. OLE color: 11860602.

HSL color Cylindrical-coordinate representation of color #7AFAB4: hue angle of 147.19º 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 #7AFAB4 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB122250180-
CMYK0.5100.280.02
HSL147.19º92.75%72.94%-
HSV(B)147.19º51.2%98.04%-
XYZ50.4575.855.15-
YUV203.75114.5969.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 22.10%
GREEN value IS 250 (98.05% from 255) = 45.29%
BLUE value IS 180 (70.70% from 255) = 32.61%
R=22.10%
G=45.29%
B=32.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222501800.5100.280.02147.1992.7572.94
Hex7AFAB43301C2935d49
Octal172372264630342223135111
Binary11110101111101010110100110011011100101001001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AFAB4; }

 p { color: rgb(122,250,180); }

 H1.HeaderClassName
 {
   color: #7AFAB4;
 }
 .AnyTagClassName
 {
   color: #7AFAB4;
 }
</style>
background-color css

<style>
 a { background-color: #7AFAB4; }

 a { background-color: rgb(122,250,180); }

 div.DivClassName
 {
   background-color: #7AFAB4;
 }
 .BgClassName
 {
   background-color: #7AFAB4;
 }
</style>
border-color css

<style>
 span { border-color: #7AFAB4; }

 span { border-color: rgb(122,250,180); }

 td.TdClassName
 {
   border-color: #7AFAB4;
 }
 .TagClassName
 {
   border-color: #7AFAB4;
 }
</style>