#86AC97

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

Shades of Padua #86AC97

Tints of Padua #86AC97

Color information

#86AC97 (or 0x86AC97) is unknown color: approx Padua. HEX triplet: 86, AC and 97. RGB value is (134,172,151). Sum of RGB (Red+Green+Blue) = 134+172+151=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AC97 is #795368. Grayscale: #9E9E9E. Windows color (decimal): -7951209 or 9940102. OLE color: 9940102.

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

Color convert

RGB134172151-
CMYK0.2200.120.33
HSL146.84º18.63%60%-
HSV(B)146.84º22.09%67.45%-
XYZ30.1736.8134.79-
YUV158.24123.91110.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.32%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=29.32%
G=37.64%
B=33.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341721510.2200.120.33146.8418.6360
Hex86AC97160C2193133c
Octal20625422726014412232374
Binary10000110101011001001011110110011001000011001001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AC97; }

 p { color: rgb(134,172,151); }

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

<style>
 a { background-color: #86AC97; }

 a { background-color: rgb(134,172,151); }

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

<style>
 span { border-color: #86AC97; }

 span { border-color: rgb(134,172,151); }

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