#7AC8A0

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

Shades of Padua #7AC8A0

Tints of Padua #7AC8A0

Color information

#7AC8A0 (or 0x7AC8A0) is unknown color: approx Padua. HEX triplet: 7A, C8 and A0. RGB value is (122,200,160). Sum of RGB (Red+Green+Blue) = 122+200+160=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC8A0 is #85375F. Grayscale: #ACACAC. Windows color (decimal): -8730464 or 10537082. OLE color: 10537082.

HSL color Cylindrical-coordinate representation of color #7AC8A0: hue angle of 149.23º 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 #7AC8A0 is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB122200160-
CMYK0.3900.20.22
HSL149.23º41.49%63.14%-
HSV(B)149.23º39%78.43%-
XYZ35.0347.9840.67-
YUV172.12121.1692.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 200 (78.52% from 255) = 41.49%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=25.31%
G=41.49%
B=33.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1222001600.3900.20.22149.2341.4963.14
Hex7AC8A0270141695293f
Octal17231024047024262255177
Binary111101011001000101000001001110101001011010010101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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