Html Css Color HEX #84BD9D Padua

📋 copy color: '#84BD9D'

red 132 ◦ green 189 ◦ blue 157

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

Shades of Padua #84BD9D

Tints of Padua #84BD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.85%

R = 27.62%
G = 39.54%
B = 32.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#84BD9D (or 0x84BD9D) is known color: Padua. HEX triplet: 84, BD and 9D. RGB value is (132,189,157). Sum of RGB (Red+Green+Blue) = 132+189+157=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BD9D is #7B4262. Grayscale: #A8A8A8. Windows color (decimal): -8077923 or 10337668. OLE color: 10337668.

HSL color Cylindrical-coordinate representation of color #84BD9D: hue angle of 146.32º 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 #84BD9D is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 189 157 -
CMYK 0.30 0 0.17 0.26
HSL 146.32º 0.3% 0.63% -
HSV(B) 146.32º 0.3% 0.74% -
XYZ 33.8 43.74 38.56 -
YUV 168.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 132 189 157 0.30 0 0.17 0.26 146.32 0.3 0.63
Hex 84 BD 9D 1E 0 11 1A 92 1E 3F
Octal 204 275 235 36 0 21 32 222 36 77
Binary 10000100 10111101 10011101 11110 0 10001 11010 10010010 11110 111111

Color Harmonies of #84BD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD9D

Black with #84BD9D

Text Example


Text Example

White with #84BD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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