Html Css Color HEX #80AC93 Padua

📋 copy color: '#80AC93'

red 128 ◦ green 172 ◦ blue 147

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

Shades of Padua #80AC93

Tints of Padua #80AC93

RGB

 RED value IS 128 (50.39% from 255) = 28.64%

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

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

R = 28.64%
G = 38.48%
B = 32.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#80AC93 (or 0x80AC93) is known color: Padua. HEX triplet: 80, AC and 93. RGB value is (128,172,147). Sum of RGB (Red+Green+Blue) = 128+172+147=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC93 is #7F536C. Grayscale: #9C9C9C. Windows color (decimal): -8344429 or 9677952. OLE color: 9677952.

HSL color Cylindrical-coordinate representation of color #80AC93: hue angle of 145.91º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AC93 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 147 -
CMYK 0.26 0 0.15 0.33
HSL 145.91º 0.21% 0.59% -
HSV(B) 145.91º 0.26% 0.67% -
XYZ 28.92 36.2 33.07 -
YUV 155.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 128 172 147 0.26 0 0.15 0.33 145.91 0.21 0.59
Hex 80 AC 93 1A 0 F 21 92 15 3B
Octal 200 254 223 32 0 17 41 222 25 73
Binary 10000000 10101100 10010011 11010 0 1111 100001 10010010 10101 111011

Color Harmonies of #80AC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC93

Black with #80AC93

Text Example


Text Example

White with #80AC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AC93; }

 p { color: rgb(128,172,147); }

 H1.HeaderClassName
 {
   color: #80AC93;
 }
 .AnyTagClassName
 {
   color: #80AC93;
 }
</style>

background-color css

<style>
 a { background-color: #80AC93; }

 a { background-color: rgb(128,172,147); }

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

border-color css

<style>
 span { border-color: #80AC93; }

 span { border-color: rgb(128,172,147); }

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