Html Css Color HEX #80BAA1 Padua

📋 copy color: '#80BAA1'

red 128 ◦ green 186 ◦ blue 161

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

Shades of Padua #80BAA1

Tints of Padua #80BAA1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.16%

 BLUE value IS 161 (63.28% from 255) = 33.89%

R = 26.95%
G = 39.16%
B = 33.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#80BAA1 (or 0x80BAA1) is known color: Padua. HEX triplet: 80, BA and A1. RGB value is (128,186,161). Sum of RGB (Red+Green+Blue) = 128+186+161=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAA1 is #7F455E. Grayscale: #A5A5A5. Windows color (decimal): -8340831 or 10599040. OLE color: 10599040.

HSL color Cylindrical-coordinate representation of color #80BAA1: hue angle of 154.14º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BAA1 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 161 -
CMYK 0.31 0 0.13 0.27
HSL 154.14º 0.3% 0.62% -
HSV(B) 154.14º 0.31% 0.73% -
XYZ 32.89 42.28 40.15 -
YUV 165.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 128 186 161 0.31 0 0.13 0.27 154.14 0.3 0.62
Hex 80 BA A1 1F 0 D 1B 9A 1E 3E
Octal 200 272 241 37 0 15 33 232 36 76
Binary 10000000 10111010 10100001 11111 0 1101 11011 10011010 11110 111110

Color Harmonies of #80BAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BAA1

Black with #80BAA1

Text Example


Text Example

White with #80BAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,186,161); }

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

background-color css

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

 a { background-color: rgb(128,186,161); }

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

border-color css

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

 span { border-color: rgb(128,186,161); }

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