#7ADCA5

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

Shades of Medium Aquamarine #7ADCA5

Tints of Medium Aquamarine #7ADCA5

Color information

#7ADCA5 (or 0x7ADCA5) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, DC and A5. RGB value is (122,220,165). Sum of RGB (Red+Green+Blue) = 122+220+165=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADCA5 is #85235A. Grayscale: #B8B8B8. Windows color (decimal): -8725339 or 10869882. OLE color: 10869882.

HSL color Cylindrical-coordinate representation of color #7ADCA5: hue angle of 146.33º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCA5 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB122220165-
CMYK0.4500.250.14
HSL146.33º58.33%67.06%-
HSV(B)146.33º44.55%86.27%-
XYZ40.4158.0444.67-
YUV184.43117.0383.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.06%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=24.06%
G=43.39%
B=32.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1222201650.4500.250.14146.3358.3367.06
Hex7ADCA52D019E923a43
Octal172334245550311622272103
Binary111101011011100101001011011010110011110100100101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,220,165); }

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

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

 a { background-color: rgb(122,220,165); }

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

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

 span { border-color: rgb(122,220,165); }

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