#7ACCA7

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

Shades of Medium Aquamarine #7ACCA7

Tints of Medium Aquamarine #7ACCA7

Color information

#7ACCA7 (or 0x7ACCA7) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, CC and A7. RGB value is (122,204,167). Sum of RGB (Red+Green+Blue) = 122+204+167=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACCA7 is #853358. Grayscale: #AFAFAF. Windows color (decimal): -8729433 or 10996858. OLE color: 10996858.

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

Color convert

RGB122204167-
CMYK0.4000.180.2
HSL152.93º44.57%63.92%-
HSV(B)152.93º40.2%80%-
XYZ36.5950.1144.3-
YUV175.26123.3390.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 167 (65.62% from 255) = 33.87%
R=24.75%
G=41.38%
B=33.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222041670.4000.180.2152.9344.5763.92
Hex7ACCA72801214992d40
Octal172314247500222423155100
Binary1111010110011001010011110100001001010100100110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,204,167); }

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

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

 a { background-color: rgb(122,204,167); }

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

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

 span { border-color: rgb(122,204,167); }

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