#7ACEA5

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

Shades of Medium Aquamarine #7ACEA5

Tints of Medium Aquamarine #7ACEA5

Color information

#7ACEA5 (or 0x7ACEA5) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, CE and A5. RGB value is (122,206,165). Sum of RGB (Red+Green+Blue) = 122+206+165=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACEA5 is #85315A. Grayscale: #B0B0B0. Windows color (decimal): -8728923 or 10866298. OLE color: 10866298.

HSL color Cylindrical-coordinate representation of color #7ACEA5: hue angle of 150.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACEA5 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB122206165-
CMYK0.4100.200.19
HSL150.71º46.15%64.31%-
HSV(B)150.71º40.78%80.78%-
XYZ36.895143.5-
YUV176.21121.6789.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 206 (80.86% from 255) = 41.78%
BLUE value IS 165 (64.84% from 255) = 33.47%
R=24.75%
G=41.78%
B=33.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1222061650.4100.200.19150.7146.1564.31
Hex7ACEA52901413972e40
Octal172316245510242322756100
Binary1111010110011101010010110100101010010011100101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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