#7AC8A5

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

Shades of Medium Aquamarine #7AC8A5

Tints of Medium Aquamarine #7AC8A5

Color information

#7AC8A5 (or 0x7AC8A5) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, C8 and A5. RGB value is (122,200,165). Sum of RGB (Red+Green+Blue) = 122+200+165=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC8A5 is #85375A. Grayscale: #ACACAC. Windows color (decimal): -8730459 or 10864762. OLE color: 10864762.

HSL color Cylindrical-coordinate representation of color #7AC8A5: hue angle of 153.08º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AC8A5 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB122200165-
CMYK0.3900.180.22
HSL153.08º41.49%63.14%-
HSV(B)153.08º39%78.43%-
XYZ35.4748.1643.02-
YUV172.69123.6691.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.05%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=25.05%
G=41.07%
B=33.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1222001650.3900.180.22153.0841.4963.14
Hex7AC8A5270121699293f
Octal17231024547022262315177
Binary111101011001000101001011001110100101011010011001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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