#85AE95

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

Shades of Padua #85AE95

Tints of Padua #85AE95

Color information

#85AE95 (or 0x85AE95) is unknown color: approx Padua. HEX triplet: 85, AE and 95. RGB value is (133,174,149). Sum of RGB (Red+Green+Blue) = 133+174+149=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AE95 is #7A516A. Grayscale: #9E9E9E. Windows color (decimal): -8016235 or 9809541. OLE color: 9809541.

HSL color Cylindrical-coordinate representation of color #85AE95: hue angle of 143.41º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AE95 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB133174149-
CMYK0.2400.140.32
HSL143.41º20.2%60.2%-
HSV(B)143.41º23.56%68.24%-
XYZ30.2337.4334.06-
YUV158.89122.42109.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=29.17%
G=38.16%
B=32.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331741490.2400.140.32143.4120.260.2
Hex85AE95180E208f143c
Octal20525622530016402172474
Binary10000101101011101001010111000011101000001000111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,174,149); }

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

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

 a { background-color: rgb(133,174,149); }

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

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

 span { border-color: rgb(133,174,149); }

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