Html Css Color HEX #80B79F Padua

📋 copy color: '#80B79F'

red 128 ◦ green 183 ◦ blue 159

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

Shades of Padua #80B79F

Tints of Padua #80B79F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.94%

 BLUE value IS 159 (62.5% from 255) = 33.83%

R = 27.23%
G = 38.94%
B = 33.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#80B79F (or 0x80B79F) is known color: Padua. HEX triplet: 80, B7 and 9F. RGB value is (128,183,159). Sum of RGB (Red+Green+Blue) = 128+183+159=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #80B79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B79F is #7F4860. Grayscale: #A3A3A3. Windows color (decimal): -8341601 or 10467200. OLE color: 10467200.

HSL color Cylindrical-coordinate representation of color #80B79F: hue angle of 153.82º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B79F is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 159 -
CMYK 0.30 0 0.13 0.28
HSL 153.82º 0.28% 0.61% -
HSV(B) 153.82º 0.3% 0.72% -
XYZ 32.09 40.96 39.02 -
YUV 163.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 128 183 159 0.30 0 0.13 0.28 153.82 0.28 0.61
Hex 80 B7 9F 1E 0 D 1C 9A 1C 3D
Octal 200 267 237 36 0 15 34 232 34 75
Binary 10000000 10110111 10011111 11110 0 1101 11100 10011010 11100 111101

Color Harmonies of #80B79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B79F

Black with #80B79F

Text Example


Text Example

White with #80B79F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,159); }

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

background-color css

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

 a { background-color: rgb(128,183,159); }

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

border-color css

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

 span { border-color: rgb(128,183,159); }

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