Html Css Color HEX #80BE9B Padua

📋 copy color: '#80BE9B'

red 128 ◦ green 190 ◦ blue 155

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

Shades of Padua #80BE9B

Tints of Padua #80BE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.77%

R = 27.06%
G = 40.17%
B = 32.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#80BE9B (or 0x80BE9B) is known color: Padua. HEX triplet: 80, BE and 9B. RGB value is (128,190,155). Sum of RGB (Red+Green+Blue) = 128+190+155=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BE9B is #7F4164. Grayscale: #A7A7A7. Windows color (decimal): -8339813 or 10206848. OLE color: 10206848.

HSL color Cylindrical-coordinate representation of color #80BE9B: hue angle of 146.13º 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 #80BE9B is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 155 -
CMYK 0.33 0 0.18 0.25
HSL 146.13º 0.32% 0.62% -
HSV(B) 146.13º 0.33% 0.75% -
XYZ 33.23 43.78 37.71 -
YUV 167.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 128 190 155 0.33 0 0.18 0.25 146.13 0.32 0.62
Hex 80 BE 9B 21 0 12 19 92 20 3E
Octal 200 276 233 41 0 22 31 222 40 76
Binary 10000000 10111110 10011011 100001 0 10010 11001 10010010 100000 111110

Color Harmonies of #80BE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE9B

Black with #80BE9B

Text Example


Text Example

White with #80BE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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