#85AC99

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

Shades of Padua #85AC99

Tints of Padua #85AC99

Color information

#85AC99 (or 0x85AC99) is unknown color: approx Padua. HEX triplet: 85, AC and 99. RGB value is (133,172,153). Sum of RGB (Red+Green+Blue) = 133+172+153=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AC99 is #7A5366. Grayscale: #9E9E9E. Windows color (decimal): -8016743 or 10071173. OLE color: 10071173.

HSL color Cylindrical-coordinate representation of color #85AC99: hue angle of 150.77º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AC99 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB133172153-
CMYK0.2300.110.33
HSL150.77º19.02%59.8%-
HSV(B)150.77º22.67%67.45%-
XYZ30.1836.7935.65-
YUV158.17125.08110.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=29.04%
G=37.55%
B=33.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331721530.2300.110.33150.7719.0259.8
Hex85AC99170B2197133c
Octal20525423127013412272374
Binary10000101101011001001100110111010111000011001011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,172,153); }

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

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

 a { background-color: rgb(133,172,153); }

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

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

 span { border-color: rgb(133,172,153); }

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