Html Css Color HEX #78BFA1 Padua

📋 copy color: '#78BFA1'

red 120 ◦ green 191 ◦ blue 161

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

Shades of Padua #78BFA1

Tints of Padua #78BFA1

RGB

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

 GREEN value IS 191 (75% from 255) = 40.47%

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 25.42%
G = 40.47%
B = 34.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#78BFA1 (or 0x78BFA1) is known color: Padua. HEX triplet: 78, BF and A1. RGB value is (120,191,161). Sum of RGB (Red+Green+Blue) = 120+191+161=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #78BFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BFA1 is #87405E. Grayscale: #A6A6A6. Windows color (decimal): -8863839 or 10600312. OLE color: 10600312.

HSL color Cylindrical-coordinate representation of color #78BFA1: hue angle of 154.65º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BFA1 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 191 161 -
CMYK 0.37 0 0.16 0.25
HSL 154.65º 0.36% 0.61% -
HSV(B) 154.65º 0.37% 0.75% -
XYZ 32.81 43.83 40.45 -
YUV 166.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 120 191 161 0.37 0 0.16 0.25 154.65 0.36 0.61
Hex 78 BF A1 25 0 10 19 9B 24 3D
Octal 170 277 241 45 0 20 31 233 44 75
Binary 1111000 10111111 10100001 100101 0 10000 11001 10011011 100100 111101

Color Harmonies of #78BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFA1

Black with #78BFA1

Text Example


Text Example

White with #78BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,191,161); }

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

background-color css

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

 a { background-color: rgb(120,191,161); }

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

border-color css

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

 span { border-color: rgb(120,191,161); }

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