Html Css Color HEX #80BC99 Padua

📋 copy color: '#80BC99'

red 128 ◦ green 188 ◦ blue 153

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

Shades of Padua #80BC99

Tints of Padua #80BC99

RGB

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

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

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

R = 27.29%
G = 40.09%
B = 32.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#80BC99 (or 0x80BC99) is known color: Padua. HEX triplet: 80, BC and 99. RGB value is (128,188,153). Sum of RGB (Red+Green+Blue) = 128+188+153=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BC99 is #7F4366. Grayscale: #A6A6A6. Windows color (decimal): -8340327 or 10075264. OLE color: 10075264.

HSL color Cylindrical-coordinate representation of color #80BC99: hue angle of 145º 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 #80BC99 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 153 -
CMYK 0.32 0 0.19 0.26
HSL 145º 0.31% 0.62% -
HSV(B) 145º 0.32% 0.74% -
XYZ 32.64 42.86 36.69 -
YUV 166.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 128 188 153 0.32 0 0.19 0.26 145 0.31 0.62
Hex 80 BC 99 20 0 13 1A 91 1F 3E
Octal 200 274 231 40 0 23 32 221 37 76
Binary 10000000 10111100 10011001 100000 0 10011 11010 10010001 11111 111110

Color Harmonies of #80BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC99

Black with #80BC99

Text Example


Text Example

White with #80BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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