#7ADCA4

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

Shades of Medium Aquamarine #7ADCA4

Tints of Medium Aquamarine #7ADCA4

Color information

#7ADCA4 (or 0x7ADCA4) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, DC and A4. RGB value is (122,220,164). Sum of RGB (Red+Green+Blue) = 122+220+164=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADCA4 is #85235B. Grayscale: #B8B8B8. Windows color (decimal): -8725340 or 10804346. OLE color: 10804346.

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

Color convert

RGB122220164-
CMYK0.4500.250.14
HSL145.71º58.33%67.06%-
HSV(B)145.71º44.55%86.27%-
XYZ40.325844.19-
YUV184.31116.5383.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.11%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=24.11%
G=43.48%
B=32.41%

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
Decimal1222201640.4500.250.14145.7158.3367.06
Hex7ADCA42D019E923a43
Octal172334244550311622272103
Binary111101011011100101001001011010110011110100100101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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