#7ACA9A

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

Shades of Padua #7ACA9A

Tints of Padua #7ACA9A

Color information

#7ACA9A (or 0x7ACA9A) is unknown color: approx Padua. HEX triplet: 7A, CA and 9A. RGB value is (122,202,154). Sum of RGB (Red+Green+Blue) = 122+202+154=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACA9A is #853565. Grayscale: #ACACAC. Windows color (decimal): -8729958 or 10144378. OLE color: 10144378.

HSL color Cylindrical-coordinate representation of color #7ACA9A: hue angle of 144º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACA9A is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB122202154-
CMYK0.4000.240.21
HSL144º43.01%63.53%-
HSV(B)144º39.6%79.22%-
XYZ34.9848.7138.13-
YUV172.61117.591.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=25.52%
G=42.26%
B=32.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222021540.4000.240.2114443.0163.53
Hex7ACA9A2801815902b40
Octal172312232500302522053100
Binary1111010110010101001101010100001100010101100100001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,202,154); }

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

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

 a { background-color: rgb(122,202,154); }

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

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

 span { border-color: rgb(122,202,154); }

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