Html Css Color HEX #78C09B Padua

📋 copy color: '#78C09B'

red 120 ◦ green 192 ◦ blue 155

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

Shades of Padua #78C09B

Tints of Padua #78C09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.11%

 BLUE value IS 155 (60.94% from 255) = 33.19%

R = 25.7%
G = 41.11%
B = 33.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#78C09B (or 0x78C09B) is known color: Padua. HEX triplet: 78, C0 and 9B. RGB value is (120,192,155). Sum of RGB (Red+Green+Blue) = 120+192+155=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #78C09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C09B is #873F64. Grayscale: #A6A6A6. Windows color (decimal): -8863589 or 10207352. OLE color: 10207352.

HSL color Cylindrical-coordinate representation of color #78C09B: hue angle of 149.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 #78C09B is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 192 155 -
CMYK 0.38 0 0.19 0.25
HSL 149.17º 0.36% 0.61% -
HSV(B) 149.17º 0.38% 0.75% -
XYZ 32.51 44.06 37.8 -
YUV 166.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 120 192 155 0.38 0 0.19 0.25 149.17 0.36 0.61
Hex 78 C0 9B 26 0 13 19 95 24 3D
Octal 170 300 233 46 0 23 31 225 44 75
Binary 1111000 11000000 10011011 100110 0 10011 11001 10010101 100100 111101

Color Harmonies of #78C09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C09B

Black with #78C09B

Text Example


Text Example

White with #78C09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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