Html Css Color HEX #84AF96 Padua

📋 copy color: '#84AF96'

red 132 ◦ green 175 ◦ blue 150

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

Shades of Padua #84AF96

Tints of Padua #84AF96

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.29%

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 28.88%
G = 38.29%
B = 32.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#84AF96 (or 0x84AF96) is known color: Padua. HEX triplet: 84, AF and 96. RGB value is (132,175,150). Sum of RGB (Red+Green+Blue) = 132+175+150=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF96 is #7B5069. Grayscale: #9F9F9F. Windows color (decimal): -8081514 or 9875332. OLE color: 9875332.

HSL color Cylindrical-coordinate representation of color #84AF96: hue angle of 145.12º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84AF96 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 175 150 -
CMYK 0.25 0 0.14 0.31
HSL 145.12º 0.21% 0.6% -
HSV(B) 145.12º 0.25% 0.69% -
XYZ 30.35 37.77 34.54 -
YUV 159.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 132 175 150 0.25 0 0.14 0.31 145.12 0.21 0.6
Hex 84 AF 96 19 0 E 1F 91 15 3C
Octal 204 257 226 31 0 16 37 221 25 74
Binary 10000100 10101111 10010110 11001 0 1110 11111 10010001 10101 111100

Color Harmonies of #84AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AF96

Black with #84AF96

Text Example


Text Example

White with #84AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,175,150); }

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

background-color css

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

 a { background-color: rgb(132,175,150); }

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

border-color css

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

 span { border-color: rgb(132,175,150); }

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