Html Css Color HEX #84BC9C Padua

📋 copy color: '#84BC9C'

red 132 ◦ green 188 ◦ blue 156

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

Shades of Padua #84BC9C

Tints of Padua #84BC9C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.5%

 BLUE value IS 156 (61.33% from 255) = 32.77%

R = 27.73%
G = 39.5%
B = 32.77%

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

#84BC9C (or 0x84BC9C) is known color: Padua. HEX triplet: 84, BC and 9C. RGB value is (132,188,156). Sum of RGB (Red+Green+Blue) = 132+188+156=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BC9C is #7B4363. Grayscale: #A7A7A7. Windows color (decimal): -8078180 or 10271876. OLE color: 10271876.

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

Color convert

RGB 132 188 156 -
CMYK 0.30 0 0.17 0.26
HSL 145.71º 0.29% 0.63% -
HSV(B) 145.71º 0.3% 0.74% -
XYZ 33.5 43.27 38.04 -
YUV 167.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 132 188 156 0.30 0 0.17 0.26 145.71 0.29 0.63
Hex 84 BC 9C 1E 0 11 1A 92 1D 3F
Octal 204 274 234 36 0 21 32 222 35 77
Binary 10000100 10111100 10011100 11110 0 10001 11010 10010010 11101 111111

Color Harmonies of #84BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BC9C

Black with #84BC9C

Text Example


Text Example

White with #84BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,188,156); }

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

background-color css

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

 a { background-color: rgb(132,188,156); }

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

border-color css

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

 span { border-color: rgb(132,188,156); }

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