Html Css Color HEX #79BFA2 Padua

📋 copy color: '#79BFA2'

red 121 ◦ green 191 ◦ blue 162

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

Shades of Padua #79BFA2

Tints of Padua #79BFA2

RGB

 RED value IS 121 (47.66% from 255) = 25.53%

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

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

R = 25.53%
G = 40.3%
B = 34.18%

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

#79BFA2 (or 0x79BFA2) is known color: Padua. HEX triplet: 79, BF and A2. RGB value is (121,191,162). Sum of RGB (Red+Green+Blue) = 121+191+162=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #79BFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BFA2 is #86405D. Grayscale: #A6A6A6. Windows color (decimal): -8798302 or 10665849. OLE color: 10665849.

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

Color convert

RGB 121 191 162 -
CMYK 0.37 0 0.15 0.25
HSL 155.14º 0.35% 0.61% -
HSV(B) 155.14º 0.37% 0.75% -
XYZ 33.04 43.94 40.92 -
YUV 166.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 121 191 162 0.37 0 0.15 0.25 155.14 0.35 0.61
Hex 79 BF A2 25 0 F 19 9B 23 3D
Octal 171 277 242 45 0 17 31 233 43 75
Binary 1111001 10111111 10100010 100101 0 1111 11001 10011011 100011 111101

Color Harmonies of #79BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BFA2

Black with #79BFA2

Text Example


Text Example

White with #79BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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