#78AE92

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

Shades of Padua #78AE92

Tints of Padua #78AE92

Color information

#78AE92 (or 0x78AE92) is unknown color: approx Padua. HEX triplet: 78, AE and 92. RGB value is (120,174,146). Sum of RGB (Red+Green+Blue) = 120+174+146=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE92 is #87516D. Grayscale: #9A9A9A. Windows color (decimal): -8868206 or 9612920. OLE color: 9612920.

HSL color Cylindrical-coordinate representation of color #78AE92: hue angle of 148.89º 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 #78AE92 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB120174146-
CMYK0.3100.160.32
HSL148.89º25%57.65%-
HSV(B)148.89º31.03%68.24%-
XYZ28.0736.3432.73-
YUV154.66123.11103.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=27.27%
G=39.55%
B=33.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741460.3100.160.32148.892557.65
Hex78AE921F0102095193a
Octal17025622237020402253172
Binary11110001010111010010010111110100001000001001010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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