Html Css Color HEX #78BC92 Padua

📋 copy color: '#78BC92'

red 120 ◦ green 188 ◦ blue 146

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

Shades of Padua #78BC92

Tints of Padua #78BC92

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 146 (57.42% from 255) = 32.16%

R = 26.43%
G = 41.41%
B = 32.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#78BC92 (or 0x78BC92) is known color: Padua. HEX triplet: 78, BC and 92. RGB value is (120,188,146). Sum of RGB (Red+Green+Blue) = 120+188+146=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC92 is #87436D. Grayscale: #A2A2A2. Windows color (decimal): -8864622 or 9616504. OLE color: 9616504.

HSL color Cylindrical-coordinate representation of color #78BC92: hue angle of 142.94º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BC92 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 188 146 -
CMYK 0.36 0 0.22 0.26
HSL 142.94º 0.34% 0.6% -
HSV(B) 142.94º 0.36% 0.74% -
XYZ 30.92 42.03 33.68 -
YUV 162.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 120 188 146 0.36 0 0.22 0.26 142.94 0.34 0.6
Hex 78 BC 92 24 0 16 1A 8F 22 3C
Octal 170 274 222 44 0 26 32 217 42 74
Binary 1111000 10111100 10010010 100100 0 10110 11010 10001111 100010 111100

Color Harmonies of #78BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BC92

Black with #78BC92

Text Example


Text Example

White with #78BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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