#7AFABB

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

Shades of Aquamarine #7AFABB

Tints of Aquamarine #7AFABB

Color information

#7AFABB (or 0x7AFABB) is unknown color: approx Aquamarine. HEX triplet: 7A, FA and BB. RGB value is (122,250,187). Sum of RGB (Red+Green+Blue) = 122+250+187=559 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.82% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFABB is #850544. Grayscale: #CCCCCC. Windows color (decimal): -8717637 or 12319354. OLE color: 12319354.

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

Color convert

RGB122250187-
CMYK0.5100.250.02
HSL150.47º92.75%72.94%-
HSV(B)150.47º51.2%98.04%-
XYZ51.1876.159-
YUV204.55118.0969.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.82%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=21.82%
G=44.72%
B=33.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222501870.5100.250.02150.4792.7572.94
Hex7AFABB330192965d49
Octal172372273630312226135111
Binary11110101111101010111011110011011001101001011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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