Html Css Color HEX #78AC90 Padua

📋 copy color: '#78AC90'

red 120 ◦ green 172 ◦ blue 144

#78AC90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #78AC90

Tints of Padua #78AC90

RGB

 RED value IS 120 (47.27% from 255) = 27.52%

 GREEN value IS 172 (67.58% from 255) = 39.45%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 27.52%
G = 39.45%
B = 33.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#78AC90 (or 0x78AC90) is known color: Padua. HEX triplet: 78, AC and 90. RGB value is (120,172,144). Sum of RGB (Red+Green+Blue) = 120+172+144=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AC90 is #87536F. Grayscale: #999999. Windows color (decimal): -8868720 or 9481336. OLE color: 9481336.

HSL color Cylindrical-coordinate representation of color #78AC90: hue angle of 147.69º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AC90 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 172 144 -
CMYK 0.30 0 0.16 0.33
HSL 147.69º 0.24% 0.57% -
HSV(B) 147.69º 0.3% 0.67% -
XYZ 27.53 35.51 31.79 -
YUV 153.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 120 172 144 0.30 0 0.16 0.33 147.69 0.24 0.57
Hex 78 AC 90 1E 0 10 21 94 18 39
Octal 170 254 220 36 0 20 41 224 30 71
Binary 1111000 10101100 10010000 11110 0 10000 100001 10010100 11000 111001

Color Harmonies of #78AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AC90

Black with #78AC90

Text Example


Text Example

White with #78AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78AC90;
 }
 .AnyTagClassName
 {
   color: #78AC90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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