#7AC198

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

Shades of Padua #7AC198

Tints of Padua #7AC198

Color information

#7AC198 (or 0x7AC198) is unknown color: approx Padua. HEX triplet: 7A, C1 and 98. RGB value is (122,193,152). Sum of RGB (Red+Green+Blue) = 122+193+152=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC198 is #853E67. Grayscale: #A7A7A7. Windows color (decimal): -8732264 or 10011002. OLE color: 10011002.

HSL color Cylindrical-coordinate representation of color #7AC198: hue angle of 145.35º degrees, saturation: 0.36, 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 #7AC198 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB122193152-
CMYK0.3700.210.24
HSL145.35º36.41%61.76%-
HSV(B)145.35º36.79%75.69%-
XYZ32.7644.5436.58-
YUV167.1119.4895.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.12%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=26.12%
G=41.33%
B=32.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221931520.3700.210.24145.3536.4161.76
Hex7AC198250151891243e
Octal17230123045025302214476
Binary111101011000001100110001001010101011100010010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,193,152); }

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

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

 a { background-color: rgb(122,193,152); }

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

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

 span { border-color: rgb(122,193,152); }

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