Html Css Color HEX #84A693 Padua

📋 copy color: '#84A693'

red 132 ◦ green 166 ◦ blue 147

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

Shades of Padua #84A693

Tints of Padua #84A693

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.3%

 BLUE value IS 147 (57.81% from 255) = 33.03%

R = 29.66%
G = 37.3%
B = 33.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#84A693 (or 0x84A693) is known color: Padua. HEX triplet: 84, A6 and 93. RGB value is (132,166,147). Sum of RGB (Red+Green+Blue) = 132+166+147=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 166 - color contains mainly: green. Hex color #84A693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A693 is #7B596C. Grayscale: #999999. Windows color (decimal): -8083821 or 9676420. OLE color: 9676420.

HSL color Cylindrical-coordinate representation of color #84A693: hue angle of 146.47º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A693 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 166 147 -
CMYK 0.20 0 0.11 0.35
HSL 146.47º 0.16% 0.58% -
HSV(B) 146.47º 0.2% 0.65% -
XYZ 28.42 34.28 32.72 -
YUV 153.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 132 166 147 0.20 0 0.11 0.35 146.47 0.16 0.58
Hex 84 A6 93 14 0 B 23 92 10 3A
Octal 204 246 223 24 0 13 43 222 20 72
Binary 10000100 10100110 10010011 10100 0 1011 100011 10010010 10000 111010

Color Harmonies of #84A693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A693

Black with #84A693

Text Example


Text Example

White with #84A693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,166,147); }

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

background-color css

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

 a { background-color: rgb(132,166,147); }

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

border-color css

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

 span { border-color: rgb(132,166,147); }

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