Html Css Color HEX #84AD94 Padua

📋 copy color: '#84AD94'

red 132 ◦ green 173 ◦ blue 148

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

Shades of Padua #84AD94

Tints of Padua #84AD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.19%

 BLUE value IS 148 (58.2% from 255) = 32.67%

R = 29.14%
G = 38.19%
B = 32.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#84AD94 (or 0x84AD94) is known color: Padua. HEX triplet: 84, AD and 94. RGB value is (132,173,148). Sum of RGB (Red+Green+Blue) = 132+173+148=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AD94 is #7B526B. Grayscale: #9D9D9D. Windows color (decimal): -8082028 or 9743748. OLE color: 9743748.

HSL color Cylindrical-coordinate representation of color #84AD94: hue angle of 143.41º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84AD94 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 173 148 -
CMYK 0.24 0 0.14 0.32
HSL 143.41º 0.2% 0.6% -
HSV(B) 143.41º 0.24% 0.68% -
XYZ 29.8 36.93 33.57 -
YUV 157.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 132 173 148 0.24 0 0.14 0.32 143.41 0.2 0.6
Hex 84 AD 94 18 0 E 20 8F 14 3C
Octal 204 255 224 30 0 16 40 217 24 74
Binary 10000100 10101101 10010100 11000 0 1110 100000 10001111 10100 111100

Color Harmonies of #84AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AD94

Black with #84AD94

Text Example


Text Example

White with #84AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,173,148); }

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

background-color css

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

 a { background-color: rgb(132,173,148); }

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

border-color css

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

 span { border-color: rgb(132,173,148); }

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