#84B39E

Color #84B39E Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #84B39E

Tints of Padua #84B39E

Color information

#84B39E (or 0x84B39E) is unknown color: approx Padua. HEX triplet: 84, B3 and 9E. RGB value is (132,179,158). Sum of RGB (Red+Green+Blue) = 132+179+158=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #84B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B39E is #7B4C61. Grayscale: #A2A2A2. Windows color (decimal): -8080482 or 10400644. OLE color: 10400644.

HSL color Cylindrical-coordinate representation of color #84B39E: hue angle of 153.19º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B39E is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB132179158-
CMYK0.2600.120.30
HSL153.19º23.62%60.98%-
HSV(B)153.19º26.26%70.2%-
XYZ31.8139.6138.32-
YUV162.55125.43106.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=28.14%
G=38.17%
B=33.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321791580.2600.120.30153.1923.6260.98
Hex84B39E1A0C1E99183d
Octal20426323632014362313075
Binary1000010010110011100111101101001100111101001100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84B39E;
 }
 .AnyTagClassName
 {
   color: #84B39E;
 }
</style>
background-color css

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

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

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

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

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

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