Html Css Color HEX #80CA96 Padua

📋 copy color: '#80CA96'

red 128 ◦ green 202 ◦ blue 150

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

Shades of Padua #80CA96

Tints of Padua #80CA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.25%

R = 26.67%
G = 42.08%
B = 31.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#80CA96 (or 0x80CA96) is known color: Padua. HEX triplet: 80, CA and 96. RGB value is (128,202,150). Sum of RGB (Red+Green+Blue) = 128+202+150=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CA96 is #7F3569. Grayscale: #AEAEAE. Windows color (decimal): -8336746 or 9882240. OLE color: 9882240.

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

Color convert

RGB 128 202 150 -
CMYK 0.37 0 0.26 0.21
HSL 137.84º 0.41% 0.65% -
HSV(B) 137.84º 0.37% 0.79% -
XYZ 35.53 49.03 36.45 -
YUV 173.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 128 202 150 0.37 0 0.26 0.21 137.84 0.41 0.65
Hex 80 CA 96 25 0 1A 15 8A 29 41
Octal 200 312 226 45 0 32 25 212 51 101
Binary 10000000 11001010 10010110 100101 0 11010 10101 10001010 101001 1000001

Color Harmonies of #80CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA96

Black with #80CA96

Text Example


Text Example

White with #80CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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