Html Css Color HEX #78B394 Padua

📋 copy color: '#78B394'

red 120 ◦ green 179 ◦ blue 148

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

Shades of Padua #78B394

Tints of Padua #78B394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 26.85%
G = 40.04%
B = 33.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#78B394 (or 0x78B394) is known color: Padua. HEX triplet: 78, B3 and 94. RGB value is (120,179,148). Sum of RGB (Red+Green+Blue) = 120+179+148=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #78B394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B394 is #874C6B. Grayscale: #9D9D9D. Windows color (decimal): -8866924 or 9745272. OLE color: 9745272.

HSL color Cylindrical-coordinate representation of color #78B394: hue angle of 148.47º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B394 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 179 148 -
CMYK 0.33 0 0.17 0.30
HSL 148.47º 0.28% 0.59% -
HSV(B) 148.47º 0.33% 0.7% -
XYZ 29.21 38.37 33.88 -
YUV 157.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 120 179 148 0.33 0 0.17 0.30 148.47 0.28 0.59
Hex 78 B3 94 21 0 11 1E 94 1C 3B
Octal 170 263 224 41 0 21 36 224 34 73
Binary 1111000 10110011 10010100 100001 0 10001 11110 10010100 11100 111011

Color Harmonies of #78B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B394

Black with #78B394

Text Example


Text Example

White with #78B394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,179,148); }

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

background-color css

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

 a { background-color: rgb(120,179,148); }

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

border-color css

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

 span { border-color: rgb(120,179,148); }

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