#7ACBA5

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

Shades of Medium Aquamarine #7ACBA5

Tints of Medium Aquamarine #7ACBA5

Color information

#7ACBA5 (or 0x7ACBA5) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, CB and A5. RGB value is (122,203,165). Sum of RGB (Red+Green+Blue) = 122+203+165=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACBA5 is #85345A. Grayscale: #AEAEAE. Windows color (decimal): -8729691 or 10865530. OLE color: 10865530.

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

Color convert

RGB122203165-
CMYK0.4000.190.20
HSL151.85º43.78%63.73%-
HSV(B)151.85º39.9%79.61%-
XYZ36.1749.5743.26-
YUV174.45122.6690.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.90%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=24.90%
G=41.43%
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
Decimal1222031650.4000.190.20151.8543.7863.73
Hex7ACBA52801314982c40
Octal172313245500232423054100
Binary1111010110010111010010110100001001110100100110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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