#7AD2AD

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

Shades of Medium Aquamarine #7AD2AD

Tints of Medium Aquamarine #7AD2AD

Color information

#7AD2AD (or 0x7AD2AD) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, D2 and AD. RGB value is (122,210,173). Sum of RGB (Red+Green+Blue) = 122+210+173=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD2AD is #852D52. Grayscale: #B3B3B3. Windows color (decimal): -8727891 or 11391610. OLE color: 11391610.

HSL color Cylindrical-coordinate representation of color #7AD2AD: hue angle of 154.77º 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 #7AD2AD is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB122210173-
CMYK0.4200.180.18
HSL154.77º49.44%65.1%-
HSV(B)154.77º41.9%82.35%-
XYZ38.6253.2547.78-
YUV179.47124.3587.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.16%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=24.16%
G=41.58%
B=34.26%

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
Decimal1222101730.4200.180.18154.7749.4465.1
Hex7AD2AD2A012129b3141
Octal172322255520222223361101
Binary1111010110100101010110110101001001010010100110111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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