Html Css Color HEX #84BD9E Padua

📋 copy color: '#84BD9E'

red 132 ◦ green 189 ◦ blue 158

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

Shades of Padua #84BD9E

Tints of Padua #84BD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

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

R = 27.56%
G = 39.46%
B = 32.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#84BD9E (or 0x84BD9E) is known color: Padua. HEX triplet: 84, BD and 9E. RGB value is (132,189,158). Sum of RGB (Red+Green+Blue) = 132+189+158=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BD9E is #7B4261. Grayscale: #A8A8A8. Windows color (decimal): -8077922 or 10403204. OLE color: 10403204.

HSL color Cylindrical-coordinate representation of color #84BD9E: hue angle of 147.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BD9E is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 189 158 -
CMYK 0.30 0 0.16 0.26
HSL 147.37º 0.3% 0.63% -
HSV(B) 147.37º 0.3% 0.74% -
XYZ 33.88 43.77 39.01 -
YUV 168.42 122.12 102.02 -
System Red Green Blue C M Y K H S L
Decimal 132 189 158 0.30 0 0.16 0.26 147.37 0.3 0.63
Hex 84 BD 9E 1E 0 10 1A 93 1E 3F
Octal 204 275 236 36 0 20 32 223 36 77
Binary 10000100 10111101 10011110 11110 0 10000 11010 10010011 11110 111111

Color Harmonies of #84BD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD9E

Black with #84BD9E

Text Example


Text Example

White with #84BD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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