#7ACDA9

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

Shades of Medium Aquamarine #7ACDA9

Tints of Medium Aquamarine #7ACDA9

Color information

#7ACDA9 (or 0x7ACDA9) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, CD and A9. RGB value is (122,205,169). Sum of RGB (Red+Green+Blue) = 122+205+169=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACDA9 is #853256. Grayscale: #B0B0B0. Windows color (decimal): -8729175 or 11128186. OLE color: 11128186.

HSL color Cylindrical-coordinate representation of color #7ACDA9: hue angle of 153.98º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACDA9 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB122205169-
CMYK0.4000.180.20
HSL153.98º45.36%64.12%-
HSV(B)153.98º40.49%80.39%-
XYZ37.0250.6645.36-
YUV176.0812489.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.60%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=24.60%
G=41.33%
B=34.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051690.4000.180.20153.9845.3664.12
Hex7ACDA928012149a2d40
Octal172315251500222423255100
Binary1111010110011011010100110100001001010100100110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,205,169); }

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

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

 a { background-color: rgb(122,205,169); }

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

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

 span { border-color: rgb(122,205,169); }

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