#7AC9A0

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

Shades of Padua #7AC9A0

Tints of Padua #7AC9A0

Color information

#7AC9A0 (or 0x7AC9A0) is unknown color: approx Padua. HEX triplet: 7A, C9 and A0. RGB value is (122,201,160). Sum of RGB (Red+Green+Blue) = 122+201+160=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC9A0 is #85365F. Grayscale: #ACACAC. Windows color (decimal): -8730208 or 10537338. OLE color: 10537338.

HSL color Cylindrical-coordinate representation of color #7AC9A0: hue angle of 148.86º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AC9A0 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB122201160-
CMYK0.3900.200.21
HSL148.86º42.25%63.33%-
HSV(B)148.86º39.3%78.82%-
XYZ35.2648.4540.75-
YUV172.7120.8391.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.26%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=25.26%
G=41.61%
B=33.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222011600.3900.200.21148.8642.2563.33
Hex7AC9A02701415952a3f
Octal17231124047024252255277
Binary111101011001001101000001001110101001010110010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,201,160); }

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

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

 a { background-color: rgb(122,201,160); }

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

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

 span { border-color: rgb(122,201,160); }

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