#7CAD90

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

Shades of Padua #7CAD90

Tints of Padua #7CAD90

Color information

#7CAD90 (or 0x7CAD90) is unknown color: approx Padua. HEX triplet: 7C, AD and 90. RGB value is (124,173,144). Sum of RGB (Red+Green+Blue) = 124+173+144=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAD90 is #83526F. Grayscale: #9B9B9B. Windows color (decimal): -8606320 or 9481596. OLE color: 9481596.

HSL color Cylindrical-coordinate representation of color #7CAD90: hue angle of 144.49º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CAD90 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB124173144-
CMYK0.2800.170.32
HSL144.49º23%58.24%-
HSV(B)144.49º28.32%67.84%-
XYZ28.2936.1931.88-
YUV155.04121.77105.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.12%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=28.12%
G=39.23%
B=32.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241731440.2800.170.32144.492358.24
Hex7CAD901C0112090173a
Octal17425522034021402202772
Binary11111001010110110010000111000100011000001001000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,173,144); }

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

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

 a { background-color: rgb(124,173,144); }

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

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

 span { border-color: rgb(124,173,144); }

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