Html Css Color HEX #84AB97 Padua

📋 copy color: '#84AB97'

red 132 ◦ green 171 ◦ blue 151

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

Shades of Padua #84AB97

Tints of Padua #84AB97

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.67%

 BLUE value IS 151 (59.38% from 255) = 33.26%

R = 29.07%
G = 37.67%
B = 33.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#84AB97 (or 0x84AB97) is known color: Padua. HEX triplet: 84, AB and 97. RGB value is (132,171,151). Sum of RGB (Red+Green+Blue) = 132+171+151=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AB97 is #7B5468. Grayscale: #9D9D9D. Windows color (decimal): -8082537 or 9939844. OLE color: 9939844.

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

Color convert

RGB 132 171 151 -
CMYK 0.23 0 0.12 0.33
HSL 149.23º 0.19% 0.59% -
HSV(B) 149.23º 0.23% 0.67% -
XYZ 29.66 36.27 34.71 -
YUV 157.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 132 171 151 0.23 0 0.12 0.33 149.23 0.19 0.59
Hex 84 AB 97 17 0 C 21 95 13 3B
Octal 204 253 227 27 0 14 41 225 23 73
Binary 10000100 10101011 10010111 10111 0 1100 100001 10010101 10011 111011

Color Harmonies of #84AB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AB97

Black with #84AB97

Text Example


Text Example

White with #84AB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,171,151); }

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

background-color css

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

 a { background-color: rgb(132,171,151); }

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

border-color css

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

 span { border-color: rgb(132,171,151); }

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