Html Css Color HEX #78BC9A Padua

📋 copy color: '#78BC9A'

red 120 ◦ green 188 ◦ blue 154

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

Shades of Padua #78BC9A

Tints of Padua #78BC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.33%

R = 25.97%
G = 40.69%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#78BC9A (or 0x78BC9A) is known color: Padua. HEX triplet: 78, BC and 9A. RGB value is (120,188,154). Sum of RGB (Red+Green+Blue) = 120+188+154=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC9A is #874365. Grayscale: #A3A3A3. Windows color (decimal): -8864614 or 10140792. OLE color: 10140792.

HSL color Cylindrical-coordinate representation of color #78BC9A: hue angle of 150º 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 #78BC9A is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 188 154 -
CMYK 0.36 0 0.18 0.26
HSL 150º 0.34% 0.6% -
HSV(B) 150º 0.36% 0.74% -
XYZ 31.56 42.29 37.07 -
YUV 163.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 120 188 154 0.36 0 0.18 0.26 150 0.34 0.6
Hex 78 BC 9A 24 0 12 1A 96 22 3C
Octal 170 274 232 44 0 22 32 226 42 74
Binary 1111000 10111100 10011010 100100 0 10010 11010 10010110 100010 111100

Color Harmonies of #78BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BC9A

Black with #78BC9A

Text Example


Text Example

White with #78BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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