#78AD90

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

Shades of Padua #78AD90

Tints of Padua #78AD90

Color information

#78AD90 (or 0x78AD90) is unknown color: approx Padua. HEX triplet: 78, AD and 90. RGB value is (120,173,144). Sum of RGB (Red+Green+Blue) = 120+173+144=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AD90 is #87526F. Grayscale: #999999. Windows color (decimal): -8868464 or 9481592. OLE color: 9481592.

HSL color Cylindrical-coordinate representation of color #78AD90: hue angle of 147.17º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AD90 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB120173144-
CMYK0.3100.170.32
HSL147.17º24.42%57.45%-
HSV(B)147.17º30.64%67.84%-
XYZ27.7235.8931.85-
YUV153.85122.44103.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.46%
GREEN value IS 173 (67.97% from 255) = 39.59%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=27.46%
G=39.59%
B=32.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201731440.3100.170.32147.1724.4257.45
Hex78AD901F01120931839
Octal17025522037021402233071
Binary11110001010110110010000111110100011000001001001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AD90; }

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

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

<style>
 a { background-color: #78AD90; }

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

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

<style>
 span { border-color: #78AD90; }

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

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