#7AFABF

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

Shades of Aquamarine #7AFABF

Tints of Aquamarine #7AFABF

Color information

#7AFABF (or 0x7AFABF) is unknown color: approx Aquamarine. HEX triplet: 7A, FA and BF. RGB value is (122,250,191). Sum of RGB (Red+Green+Blue) = 122+250+191=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFABF is #850540. Grayscale: #CDCDCD. Windows color (decimal): -8717633 or 12581498. OLE color: 12581498.

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

Color convert

RGB122250191-
CMYK0.5100.240.02
HSL152.34º92.75%72.94%-
HSV(B)152.34º51.2%98.04%-
XYZ51.6276.2761.29-
YUV205120.0968.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.67%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 191 (75% from 255) = 33.93%
R=21.67%
G=44.40%
B=33.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222501910.5100.240.02152.3492.7572.94
Hex7AFABF330182985d49
Octal172372277630302230135111
Binary11110101111101010111111110011011000101001100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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