Html Css Color HEX #80CA9B Padua

📋 copy color: '#80CA9B'

red 128 ◦ green 202 ◦ blue 155

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

Shades of Padua #80CA9B

Tints of Padua #80CA9B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

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

R = 26.39%
G = 41.65%
B = 31.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#80CA9B (or 0x80CA9B) is known color: Padua. HEX triplet: 80, CA and 9B. RGB value is (128,202,155). Sum of RGB (Red+Green+Blue) = 128+202+155=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CA9B is #7F3564. Grayscale: #AEAEAE. Windows color (decimal): -8336741 or 10209920. OLE color: 10209920.

HSL color Cylindrical-coordinate representation of color #80CA9B: hue angle of 141.89º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CA9B is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 202 155 -
CMYK 0.37 0 0.23 0.21
HSL 141.89º 0.41% 0.65% -
HSV(B) 141.89º 0.37% 0.79% -
XYZ 35.94 49.2 38.61 -
YUV 174.52 116.98 94.82 -
System Red Green Blue C M Y K H S L
Decimal 128 202 155 0.37 0 0.23 0.21 141.89 0.41 0.65
Hex 80 CA 9B 25 0 17 15 8E 29 41
Octal 200 312 233 45 0 27 25 216 51 101
Binary 10000000 11001010 10011011 100101 0 10111 10101 10001110 101001 1000001

Color Harmonies of #80CA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA9B

Black with #80CA9B

Text Example


Text Example

White with #80CA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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