#85A997

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

Shades of Padua #85A997

Tints of Padua #85A997

Color information

#85A997 (or 0x85A997) is unknown color: approx Padua. HEX triplet: 85, A9 and 97. RGB value is (133,169,151). Sum of RGB (Red+Green+Blue) = 133+169+151=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #85A997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A997 is #7A5668. Grayscale: #9C9C9C. Windows color (decimal): -8017513 or 9939333. OLE color: 9939333.

HSL color Cylindrical-coordinate representation of color #85A997: hue angle of 150º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A997 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB133169151-
CMYK0.2100.110.34
HSL150º17.31%59.22%-
HSV(B)150º21.3%66.27%-
XYZ29.4535.634.6-
YUV156.18125.07111.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=29.36%
G=37.31%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1331691510.2100.110.3415017.3159.22
Hex85A997150B2296113b
Octal20525122725013422262173
Binary10000101101010011001011110101010111000101001011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,169,151); }

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

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

 a { background-color: rgb(133,169,151); }

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

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

 span { border-color: rgb(133,169,151); }

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