Html Css Color HEX #84B79E Padua

📋 copy color: '#84B79E'

red 132 ◦ green 183 ◦ blue 158

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

Shades of Padua #84B79E

Tints of Padua #84B79E

RGB

 RED value IS 132 (51.95% from 255) = 27.91%

 GREEN value IS 183 (71.88% from 255) = 38.69%

 BLUE value IS 158 (62.11% from 255) = 33.4%

R = 27.91%
G = 38.69%
B = 33.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#84B79E (or 0x84B79E) is known color: Padua. HEX triplet: 84, B7 and 9E. RGB value is (132,183,158). Sum of RGB (Red+Green+Blue) = 132+183+158=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #84B79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B79E is #7B4861. Grayscale: #A4A4A4. Windows color (decimal): -8079458 or 10401668. OLE color: 10401668.

HSL color Cylindrical-coordinate representation of color #84B79E: hue angle of 150.59º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B79E is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 183 158 -
CMYK 0.28 0 0.14 0.28
HSL 150.59º 0.26% 0.62% -
HSV(B) 150.59º 0.28% 0.72% -
XYZ 32.62 41.24 38.59 -
YUV 164.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 132 183 158 0.28 0 0.14 0.28 150.59 0.26 0.62
Hex 84 B7 9E 1C 0 E 1C 97 1A 3E
Octal 204 267 236 34 0 16 34 227 32 76
Binary 10000100 10110111 10011110 11100 0 1110 11100 10010111 11010 111110

Color Harmonies of #84B79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B79E

Black with #84B79E

Text Example


Text Example

White with #84B79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B79E; }

 p { color: rgb(132,183,158); }

 H1.HeaderClassName
 {
   color: #84B79E;
 }
 .AnyTagClassName
 {
   color: #84B79E;
 }
</style>

background-color css

<style>
 a { background-color: #84B79E; }

 a { background-color: rgb(132,183,158); }

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

border-color css

<style>
 span { border-color: #84B79E; }

 span { border-color: rgb(132,183,158); }

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