Html Css Color HEX #80B699 Padua

📋 copy color: '#80B699'

red 128 ◦ green 182 ◦ blue 153

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

Shades of Padua #80B699

Tints of Padua #80B699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.31%

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

R = 27.65%
G = 39.31%
B = 33.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#80B699 (or 0x80B699) is known color: Padua. HEX triplet: 80, B6 and 99. RGB value is (128,182,153). Sum of RGB (Red+Green+Blue) = 128+182+153=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #80B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B699 is #7F4966. Grayscale: #A2A2A2. Windows color (decimal): -8341863 or 10073728. OLE color: 10073728.

HSL color Cylindrical-coordinate representation of color #80B699: hue angle of 147.78º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B699 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 153 -
CMYK 0.30 0 0.16 0.29
HSL 147.78º 0.27% 0.61% -
HSV(B) 147.78º 0.3% 0.71% -
XYZ 31.38 40.35 36.27 -
YUV 162.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 128 182 153 0.30 0 0.16 0.29 147.78 0.27 0.61
Hex 80 B6 99 1E 0 10 1D 94 1B 3D
Octal 200 266 231 36 0 20 35 224 33 75
Binary 10000000 10110110 10011001 11110 0 10000 11101 10010100 11011 111101

Color Harmonies of #80B699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B699

Black with #80B699

Text Example


Text Example

White with #80B699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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