Html Css Color HEX #78BFA2 Padua

📋 copy color: '#78BFA2'

red 120 ◦ green 191 ◦ blue 162

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

Shades of Padua #78BFA2

Tints of Padua #78BFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.25%

R = 25.37%
G = 40.38%
B = 34.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#78BFA2 (or 0x78BFA2) is known color: Padua. HEX triplet: 78, BF and A2. RGB value is (120,191,162). Sum of RGB (Red+Green+Blue) = 120+191+162=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #78BFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BFA2 is #87405D. Grayscale: #A6A6A6. Windows color (decimal): -8863838 or 10665848. OLE color: 10665848.

HSL color Cylindrical-coordinate representation of color #78BFA2: hue angle of 155.49º 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 #78BFA2 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 191 162 -
CMYK 0.37 0 0.15 0.25
HSL 155.49º 0.36% 0.61% -
HSV(B) 155.49º 0.37% 0.75% -
XYZ 32.9 43.86 40.91 -
YUV 166.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 120 191 162 0.37 0 0.15 0.25 155.49 0.36 0.61
Hex 78 BF A2 25 0 F 19 9B 24 3D
Octal 170 277 242 45 0 17 31 233 44 75
Binary 1111000 10111111 10100010 100101 0 1111 11001 10011011 100100 111101

Color Harmonies of #78BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFA2

Black with #78BFA2

Text Example


Text Example

White with #78BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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