Html Css Color HEX #80B99F Padua

📋 copy color: '#80B99F'

red 128 ◦ green 185 ◦ blue 159

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

Shades of Padua #80B99F

Tints of Padua #80B99F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.19%

 BLUE value IS 159 (62.5% from 255) = 33.69%

R = 27.12%
G = 39.19%
B = 33.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#80B99F (or 0x80B99F) is known color: Padua. HEX triplet: 80, B9 and 9F. RGB value is (128,185,159). Sum of RGB (Red+Green+Blue) = 128+185+159=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #80B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B99F is #7F4660. Grayscale: #A5A5A5. Windows color (decimal): -8341089 or 10467712. OLE color: 10467712.

HSL color Cylindrical-coordinate representation of color #80B99F: hue angle of 152.63º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B99F is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 185 159 -
CMYK 0.31 0 0.14 0.27
HSL 152.63º 0.29% 0.61% -
HSV(B) 152.63º 0.31% 0.73% -
XYZ 32.51 41.79 39.15 -
YUV 164.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 128 185 159 0.31 0 0.14 0.27 152.63 0.29 0.61
Hex 80 B9 9F 1F 0 E 1B 99 1D 3D
Octal 200 271 237 37 0 16 33 231 35 75
Binary 10000000 10111001 10011111 11111 0 1110 11011 10011001 11101 111101

Color Harmonies of #80B99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B99F

Black with #80B99F

Text Example


Text Example

White with #80B99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,185,159); }

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

background-color css

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

 a { background-color: rgb(128,185,159); }

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

border-color css

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

 span { border-color: rgb(128,185,159); }

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