Html Css Color HEX #80BE9D Padua

📋 copy color: '#80BE9D'

red 128 ◦ green 190 ◦ blue 157

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

Shades of Padua #80BE9D

Tints of Padua #80BE9D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40%

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 26.95%
G = 40%
B = 33.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#80BE9D (or 0x80BE9D) is known color: Padua. HEX triplet: 80, BE and 9D. RGB value is (128,190,157). Sum of RGB (Red+Green+Blue) = 128+190+157=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BE9D is #7F4162. Grayscale: #A7A7A7. Windows color (decimal): -8339811 or 10337920. OLE color: 10337920.

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

Color convert

RGB 128 190 157 -
CMYK 0.33 0 0.17 0.25
HSL 148.06º 0.32% 0.62% -
HSV(B) 148.06º 0.33% 0.75% -
XYZ 33.4 43.85 38.6 -
YUV 167.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 128 190 157 0.33 0 0.17 0.25 148.06 0.32 0.62
Hex 80 BE 9D 21 0 11 19 94 20 3E
Octal 200 276 235 41 0 21 31 224 40 76
Binary 10000000 10111110 10011101 100001 0 10001 11001 10010100 100000 111110

Color Harmonies of #80BE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE9D

Black with #80BE9D

Text Example


Text Example

White with #80BE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,157); }

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

background-color css

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

 a { background-color: rgb(128,190,157); }

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

border-color css

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

 span { border-color: rgb(128,190,157); }

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