#7AC2A1

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

Shades of Padua #7AC2A1

Tints of Padua #7AC2A1

Color information

#7AC2A1 (or 0x7AC2A1) is unknown color: approx Padua. HEX triplet: 7A, C2 and A1. RGB value is (122,194,161). Sum of RGB (Red+Green+Blue) = 122+194+161=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC2A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC2A1 is #853D5E. Grayscale: #A8A8A8. Windows color (decimal): -8731999 or 10601082. OLE color: 10601082.

HSL color Cylindrical-coordinate representation of color #7AC2A1: hue angle of 152.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC2A1 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB122194161-
CMYK0.3700.170.24
HSL152.5º37.11%61.96%-
HSV(B)152.5º37.11%76.08%-
XYZ33.7545.2940.68-
YUV168.71123.6594.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=25.58%
G=40.67%
B=33.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221941610.3700.170.24152.537.1161.96
Hex7AC2A1250111898253e
Octal17230224145021302304576
Binary111101011000010101000011001010100011100010011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,194,161); }

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

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

 a { background-color: rgb(122,194,161); }

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

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

 span { border-color: rgb(122,194,161); }

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