Html Css Color HEX #80AE99 Padua

📋 copy color: '#80AE99'

red 128 ◦ green 174 ◦ blue 153

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

Shades of Padua #80AE99

Tints of Padua #80AE99

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.24%

 BLUE value IS 153 (60.16% from 255) = 33.63%

R = 28.13%
G = 38.24%
B = 33.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#80AE99 (or 0x80AE99) is known color: Padua. HEX triplet: 80, AE and 99. RGB value is (128,174,153). Sum of RGB (Red+Green+Blue) = 128+174+153=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AE99 is #7F5166. Grayscale: #9D9D9D. Windows color (decimal): -8343911 or 10071680. OLE color: 10071680.

HSL color Cylindrical-coordinate representation of color #80AE99: hue angle of 152.61º 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 #80AE99 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 174 153 -
CMYK 0.26 0 0.12 0.32
HSL 152.61º 0.22% 0.59% -
HSV(B) 152.61º 0.26% 0.68% -
XYZ 29.79 37.16 35.74 -
YUV 157.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 128 174 153 0.26 0 0.12 0.32 152.61 0.22 0.59
Hex 80 AE 99 1A 0 C 20 99 16 3B
Octal 200 256 231 32 0 14 40 231 26 73
Binary 10000000 10101110 10011001 11010 0 1100 100000 10011001 10110 111011

Color Harmonies of #80AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AE99

Black with #80AE99

Text Example


Text Example

White with #80AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,174,153); }

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

background-color css

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

 a { background-color: rgb(128,174,153); }

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

border-color css

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

 span { border-color: rgb(128,174,153); }

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