#7AD2AC

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

Shades of Medium Aquamarine #7AD2AC

Tints of Medium Aquamarine #7AD2AC

Color information

#7AD2AC (or 0x7AD2AC) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, D2 and AC. RGB value is (122,210,172). Sum of RGB (Red+Green+Blue) = 122+210+172=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD2AC is #852D53. Grayscale: #B3B3B3. Windows color (decimal): -8727892 or 11326074. OLE color: 11326074.

HSL color Cylindrical-coordinate representation of color #7AD2AC: hue angle of 154.09º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD2AC is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB122210172-
CMYK0.4200.180.18
HSL154.09º49.44%65.1%-
HSV(B)154.09º41.9%82.35%-
XYZ38.5253.2147.27-
YUV179.36123.8587.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.21%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=24.21%
G=41.67%
B=34.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222101720.4200.180.18154.0949.4465.1
Hex7AD2AC2A012129a3141
Octal172322254520222223261101
Binary1111010110100101010110010101001001010010100110101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,210,172); }

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

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

 a { background-color: rgb(122,210,172); }

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

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

 span { border-color: rgb(122,210,172); }

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