#85AD9B

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

Shades of Padua #85AD9B

Tints of Padua #85AD9B

Color information

#85AD9B (or 0x85AD9B) is unknown color: approx Padua. HEX triplet: 85, AD and 9B. RGB value is (133,173,155). Sum of RGB (Red+Green+Blue) = 133+173+155=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AD9B is #7A5264. Grayscale: #9F9F9F. Windows color (decimal): -8016485 or 10202501. OLE color: 10202501.

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

Color convert

RGB133173155-
CMYK0.2300.100.32
HSL153º19.61%60%-
HSV(B)153º23.12%67.84%-
XYZ30.5337.2436.59-
YUV158.99125.75109.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=28.85%
G=37.53%
B=33.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331731550.2300.100.3215319.6160
Hex85AD9B170A2099143c
Octal20525523327012402312474
Binary10000101101011011001101110111010101000001001100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,173,155); }

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

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

 a { background-color: rgb(133,173,155); }

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

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

 span { border-color: rgb(133,173,155); }

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