#78C0A1

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

Shades of Padua #78C0A1

Tints of Padua #78C0A1

Color information

#78C0A1 (or 0x78C0A1) is unknown color: approx Padua. HEX triplet: 78, C0 and A1. RGB value is (120,192,161). Sum of RGB (Red+Green+Blue) = 120+192+161=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0A1 is #873F5E. Grayscale: #A6A6A6. Windows color (decimal): -8863583 or 10600568. OLE color: 10600568.

HSL color Cylindrical-coordinate representation of color #78C0A1: hue angle of 154.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0A1 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB120192161-
CMYK0.3800.160.25
HSL154.17º36.36%61.18%-
HSV(B)154.17º37.5%75.29%-
XYZ33.0344.2740.52-
YUV166.94124.6594.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.37%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=25.37%
G=40.59%
B=34.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201921610.3800.160.25154.1736.3661.18
Hex78C0A126010199a243d
Octal17030024146020312324475
Binary111100011000000101000011001100100001100110011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,192,161); }

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

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

 a { background-color: rgb(120,192,161); }

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

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

 span { border-color: rgb(120,192,161); }

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