#78B893

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

Shades of Padua #78B893

Tints of Padua #78B893

Color information

#78B893 (or 0x78B893) is unknown color: approx Padua. HEX triplet: 78, B8 and 93. RGB value is (120,184,147). Sum of RGB (Red+Green+Blue) = 120+184+147=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #78B893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B893 is #87476C. Grayscale: #A0A0A0. Windows color (decimal): -8865645 or 9681016. OLE color: 9681016.

HSL color Cylindrical-coordinate representation of color #78B893: hue angle of 145.31º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B893 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB120184147-
CMYK0.3500.200.28
HSL145.31º31.07%59.61%-
HSV(B)145.31º34.78%72.16%-
XYZ30.1540.3833.81-
YUV160.65120.399.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.61%
GREEN value IS 184 (72.27% from 255) = 40.80%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=26.61%
G=40.80%
B=32.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201841470.3500.200.28145.3131.0759.61
Hex78B893230141C911f3c
Octal17027022343024342213774
Binary11110001011100010010011100011010100111001001000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,184,147); }

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

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

 a { background-color: rgb(120,184,147); }

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

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

 span { border-color: rgb(120,184,147); }

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