Html Css Color HEX #80BFA3 Padua

📋 copy color: '#80BFA3'

red 128 ◦ green 191 ◦ blue 163

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

Shades of Padua #80BFA3

Tints of Padua #80BFA3

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 26.56%
G = 39.63%
B = 33.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#80BFA3 (or 0x80BFA3) is known color: Padua. HEX triplet: 80, BF and A3. RGB value is (128,191,163). Sum of RGB (Red+Green+Blue) = 128+191+163=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BFA3 is #7F405C. Grayscale: #A9A9A9. Windows color (decimal): -8339549 or 10731392. OLE color: 10731392.

HSL color Cylindrical-coordinate representation of color #80BFA3: hue angle of 153.33º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BFA3 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 163 -
CMYK 0.33 0 0.15 0.25
HSL 153.33º 0.33% 0.63% -
HSV(B) 153.33º 0.33% 0.75% -
XYZ 34.14 44.5 41.44 -
YUV 168.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 128 191 163 0.33 0 0.15 0.25 153.33 0.33 0.63
Hex 80 BF A3 21 0 F 19 99 21 3F
Octal 200 277 243 41 0 17 31 231 41 77
Binary 10000000 10111111 10100011 100001 0 1111 11001 10011001 100001 111111

Color Harmonies of #80BFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFA3

Black with #80BFA3

Text Example


Text Example

White with #80BFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,163); }

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

background-color css

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

 a { background-color: rgb(128,191,163); }

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

border-color css

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

 span { border-color: rgb(128,191,163); }

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