#78AE90

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

Shades of Padua #78AE90

Tints of Padua #78AE90

Color information

#78AE90 (or 0x78AE90) is unknown color: approx Padua. HEX triplet: 78, AE and 90. RGB value is (120,174,144). Sum of RGB (Red+Green+Blue) = 120+174+144=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE90 is #87516F. Grayscale: #9A9A9A. Windows color (decimal): -8868208 or 9481848. OLE color: 9481848.

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

Color convert

RGB120174144-
CMYK0.3100.170.32
HSL146.67º25%57.65%-
HSV(B)146.67º31.03%68.24%-
XYZ27.9236.2831.92-
YUV154.43122.11103.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.40%
GREEN value IS 174 (68.36% from 255) = 39.73%
BLUE value IS 144 (56.64% from 255) = 32.88%
R=27.40%
G=39.73%
B=32.88%

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
Decimal1201741440.3100.170.32146.672557.65
Hex78AE901F0112093193a
Octal17025622037021402233172
Binary11110001010111010010000111110100011000001001001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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