#85B79F

Color #85B79F Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #85B79F

Tints of Padua #85B79F

Color information

#85B79F (or 0x85B79F) is unknown color: approx Padua. HEX triplet: 85, B7 and 9F. RGB value is (133,183,159). Sum of RGB (Red+Green+Blue) = 133+183+159=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #85B79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B79F is #7A4860. Grayscale: #A5A5A5. Windows color (decimal): -8013921 or 10467205. OLE color: 10467205.

HSL color Cylindrical-coordinate representation of color #85B79F: hue angle of 151.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B79F is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB133183159-
CMYK0.2700.130.28
HSL151.2º25.77%61.96%-
HSV(B)151.2º27.32%71.76%-
XYZ32.8641.3639.05-
YUV165.31124.44104.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=28%
G=38.53%
B=33.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331831590.2700.130.28151.225.7761.96
Hex85B79F1B0D1C971a3e
Octal20526723733015342273276
Binary1000010110110111100111111101101101111001001011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B79F; }

 p { color: rgb(133,183,159); }

 H1.HeaderClassName
 {
   color: #85B79F;
 }
 .AnyTagClassName
 {
   color: #85B79F;
 }
</style>
background-color css

<style>
 a { background-color: #85B79F; }

 a { background-color: rgb(133,183,159); }

 div.DivClassName
 {
   background-color: #85B79F;
 }
 .BgClassName
 {
   background-color: #85B79F;
 }
</style>
border-color css

<style>
 span { border-color: #85B79F; }

 span { border-color: rgb(133,183,159); }

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