Html Css Color HEX #78C1A0 Padua

📋 copy color: '#78C1A0'

red 120 ◦ green 193 ◦ blue 160

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

Shades of Padua #78C1A0

Tints of Padua #78C1A0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.8%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 25.37%
G = 40.8%
B = 33.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#78C1A0 (or 0x78C1A0) is known color: Padua. HEX triplet: 78, C1 and A0. RGB value is (120,193,160). Sum of RGB (Red+Green+Blue) = 120+193+160=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #78C1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C1A0 is #873E5F. Grayscale: #A7A7A7. Windows color (decimal): -8863328 or 10535288. OLE color: 10535288.

HSL color Cylindrical-coordinate representation of color #78C1A0: hue angle of 152.88º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C1A0 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 193 160 -
CMYK 0.38 0 0.17 0.24
HSL 152.88º 0.37% 0.61% -
HSV(B) 152.88º 0.38% 0.76% -
XYZ 33.16 44.67 40.13 -
YUV 167.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 120 193 160 0.38 0 0.17 0.24 152.88 0.37 0.61
Hex 78 C1 A0 26 0 11 18 99 25 3D
Octal 170 301 240 46 0 21 30 231 45 75
Binary 1111000 11000001 10100000 100110 0 10001 11000 10011001 100101 111101

Color Harmonies of #78C1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C1A0

Black with #78C1A0

Text Example


Text Example

White with #78C1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,193,160); }

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

background-color css

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

 a { background-color: rgb(120,193,160); }

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

border-color css

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

 span { border-color: rgb(120,193,160); }

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