#7ACDA6

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

Shades of Medium Aquamarine #7ACDA6

Tints of Medium Aquamarine #7ACDA6

Color information

#7ACDA6 (or 0x7ACDA6) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, CD and A6. RGB value is (122,205,166). Sum of RGB (Red+Green+Blue) = 122+205+166=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACDA6 is #853259. Grayscale: #AFAFAF. Windows color (decimal): -8729178 or 10931578. OLE color: 10931578.

HSL color Cylindrical-coordinate representation of color #7ACDA6: hue angle of 151.81º 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 #7ACDA6 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB122205166-
CMYK0.4000.190.20
HSL151.81º45.36%64.12%-
HSV(B)151.81º40.49%80.39%-
XYZ36.7450.5543.9-
YUV175.74122.589.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=24.75%
G=41.58%
B=33.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051660.4000.190.20151.8145.3664.12
Hex7ACDA62801314982d40
Octal172315246500232423055100
Binary1111010110011011010011010100001001110100100110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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