Html Css Color HEX #80AD95 Padua

📋 copy color: '#80AD95'

red 128 ◦ green 173 ◦ blue 149

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

Shades of Padua #80AD95

Tints of Padua #80AD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 28.44%
G = 38.44%
B = 33.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#80AD95 (or 0x80AD95) is known color: Padua. HEX triplet: 80, AD and 95. RGB value is (128,173,149). Sum of RGB (Red+Green+Blue) = 128+173+149=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AD95 is #7F526A. Grayscale: #9C9C9C. Windows color (decimal): -8344171 or 9809280. OLE color: 9809280.

HSL color Cylindrical-coordinate representation of color #80AD95: hue angle of 148º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AD95 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 149 -
CMYK 0.26 0 0.14 0.32
HSL 148º 0.22% 0.59% -
HSV(B) 148º 0.26% 0.68% -
XYZ 29.27 36.65 33.96 -
YUV 156.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 128 173 149 0.26 0 0.14 0.32 148 0.22 0.59
Hex 80 AD 95 1A 0 E 20 94 16 3B
Octal 200 255 225 32 0 16 40 224 26 73
Binary 10000000 10101101 10010101 11010 0 1110 100000 10010100 10110 111011

Color Harmonies of #80AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD95

Black with #80AD95

Text Example


Text Example

White with #80AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,173,149); }

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

background-color css

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

 a { background-color: rgb(128,173,149); }

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

border-color css

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

 span { border-color: rgb(128,173,149); }

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