Html Css Color HEX #84AC99 Padua

📋 copy color: '#84AC99'

red 132 ◦ green 172 ◦ blue 153

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

Shades of Padua #84AC99

Tints of Padua #84AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.64%

 BLUE value IS 153 (60.16% from 255) = 33.48%

R = 28.88%
G = 37.64%
B = 33.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#84AC99 (or 0x84AC99) is known color: Padua. HEX triplet: 84, AC and 99. RGB value is (132,172,153). Sum of RGB (Red+Green+Blue) = 132+172+153=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AC99 is #7B5366. Grayscale: #9D9D9D. Windows color (decimal): -8082279 or 10071172. OLE color: 10071172.

HSL color Cylindrical-coordinate representation of color #84AC99: hue angle of 151.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AC99 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 172 153 -
CMYK 0.23 0 0.11 0.33
HSL 151.5º 0.19% 0.6% -
HSV(B) 151.5º 0.23% 0.67% -
XYZ 30.02 36.71 35.64 -
YUV 157.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 132 172 153 0.23 0 0.11 0.33 151.5 0.19 0.6
Hex 84 AC 99 17 0 B 21 98 13 3C
Octal 204 254 231 27 0 13 41 230 23 74
Binary 10000100 10101100 10011001 10111 0 1011 100001 10011000 10011 111100

Color Harmonies of #84AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AC99

Black with #84AC99

Text Example


Text Example

White with #84AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,172,153); }

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

background-color css

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

 a { background-color: rgb(132,172,153); }

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

border-color css

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

 span { border-color: rgb(132,172,153); }

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