#85B39E

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

Shades of Padua #85B39E

Tints of Padua #85B39E

Color information

#85B39E (or 0x85B39E) is unknown color: approx Padua. HEX triplet: 85, B3 and 9E. RGB value is (133,179,158). Sum of RGB (Red+Green+Blue) = 133+179+158=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #85B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B39E is #7A4C61. Grayscale: #A2A2A2. Windows color (decimal): -8014946 or 10400645. OLE color: 10400645.

HSL color Cylindrical-coordinate representation of color #85B39E: hue angle of 152.61º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B39E is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB133179158-
CMYK0.2600.120.30
HSL152.61º23.23%61.18%-
HSV(B)152.61º25.7%70.2%-
XYZ31.9639.738.33-
YUV162.85125.26106.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=28.30%
G=38.09%
B=33.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331791580.2600.120.30152.6123.2361.18
Hex85B39E1A0C1E99173d
Octal20526323632014362312775
Binary1000010110110011100111101101001100111101001100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,179,158); }

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

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

 a { background-color: rgb(133,179,158); }

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

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

 span { border-color: rgb(133,179,158); }

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