Html Css Color HEX #80BC97 Padua

📋 copy color: '#80BC97'

red 128 ◦ green 188 ◦ blue 151

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

Shades of Padua #80BC97

Tints of Padua #80BC97

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 151 (59.38% from 255) = 32.33%

R = 27.41%
G = 40.26%
B = 32.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#80BC97 (or 0x80BC97) is known color: Padua. HEX triplet: 80, BC and 97. RGB value is (128,188,151). Sum of RGB (Red+Green+Blue) = 128+188+151=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BC97 is #7F4368. Grayscale: #A5A5A5. Windows color (decimal): -8340329 or 9944192. OLE color: 9944192.

HSL color Cylindrical-coordinate representation of color #80BC97: hue angle of 143º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BC97 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 151 -
CMYK 0.32 0 0.20 0.26
HSL 143º 0.31% 0.62% -
HSV(B) 143º 0.32% 0.74% -
XYZ 32.47 42.79 35.83 -
YUV 165.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 128 188 151 0.32 0 0.20 0.26 143 0.31 0.62
Hex 80 BC 97 20 0 14 1A 8F 1F 3E
Octal 200 274 227 40 0 24 32 217 37 76
Binary 10000000 10111100 10010111 100000 0 10100 11010 10001111 11111 111110

Color Harmonies of #80BC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC97

Black with #80BC97

Text Example


Text Example

White with #80BC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,151); }

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

background-color css

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

 a { background-color: rgb(128,188,151); }

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

border-color css

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

 span { border-color: rgb(128,188,151); }

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